# README
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.
# Functions
No description provided by the author