Skip to content

Latest commit

 

History

History

C001

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

C001

C001 detects incompatible Required and Optional kubebuilder markers.

// +kubebuilder:Optional
// +kubebuilder:Required
Foo string `json:"foo"`

It is undefined that the field Foo will be required or optional.