You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, this has to do with the Fabric8DefaultRule which should really extend a different Rule. DefaultRule should be used to provide default values for fields and not to annotate fields.
Logic in this class should be moved to KubernetesCoreTypeAnnotator inside the propertyField method:
There are still some methods that are not annotated like in
io.fabric8.kubernetes.api.model.ObjectMeta
(annotations, labels):Originally posted by @jorsol in #6086 (comment)
The text was updated successfully, but these errors were encountered: