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
In the CR the app should accept either VolumeClaim or HostPath not both. How to set this validation in the generated CRD. In terms functionality it will be similar to oneOf keyword
I have a struct
In the CR the app should accept either
VolumeClaimorHostPathnot both. How to set this validation in the generated CRD. In terms functionality it will be similar to oneOf keyword