The SSATags linter recommends adding a listType marker on a []byte field. I think this is not correct
api/runtime/v1beta2/extensionconfig_types.go:83:2: ssatags: CABundle should have a listType marker for proper Server-Side Apply behavior (atomic, set, or map) (kubeapilinter)
CABundle []byte `json:"caBundle,omitempty"`
^