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
Hi,
I know I can use @PreserveUnknownFields in fields inside the specs to allow for unknown fields, but is there a way to do so in the specs itself (the parent), not a field inside?
In the CRD it is possible by doing so:
Hi,
I know I can use
@PreserveUnknownFields
in fields inside the specs to allow for unknown fields, but is there a way to do so in the specs itself (the parent), not a field inside?In the CRD it is possible by doing so:
But what would be the equivalent of that from java,
The annotation PreserveUnknownFields is not allowed on type
The text was updated successfully, but these errors were encountered: