Documentation ¶
Overview ¶
+kubebuilder:object:generate=true
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Errors ¶
type Errors struct { // warning errors do not block object reconciliation, // most of the time because the value is ignored or defaulted // when the API gets synced with APIM Warning []string `json:"warning,omitempty"` // severe errors do not pass admission and will block reconcile // hence, this field should always be during the admission phase // and is very unlikely to be persisted in the status Severe []string `json:"severe,omitempty"` }
func (*Errors) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Errors.
func (*Errors) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.