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
When I create an object, I notice it surface some KubeAPIWarningLogger messages, seems it doesn't affect anything but it's annoying. This should be something common to other cases, anyone have clues?
I double checked the objects I created, it doesn't have creationTimestamp there
I didn't use // +kubebuilder:pruning:PreserveUnknownFields yet.
This means that the go type you have in your code has fields that do not exist in the CRD of the server. I recommend to fix that. If this is an expected state of affairs, you can change the config of the warning logger in the rest.Config
When I create an object, I notice it surface some
KubeAPIWarningLogger
messages, seems it doesn't affect anything but it's annoying. This should be something common to other cases, anyone have clues?creationTimestamp
there// +kubebuilder:pruning:PreserveUnknownFields
yet.The text was updated successfully, but these errors were encountered: