Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValidationResult ¶
type ValidationResult struct { ID string `json:"id"` Status string `json:"status"` Message string `json:"message"` }
+kubebuilder:object:generate=true
func (*ValidationResult) DeepCopy ¶
func (in *ValidationResult) DeepCopy() *ValidationResult
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ValidationResult.
func (*ValidationResult) DeepCopyInto ¶
func (in *ValidationResult) DeepCopyInto(out *ValidationResult)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ValidationResults ¶
type ValidationResults []ValidationResult
+kubebuilder:object:generate=true
func (ValidationResults) DeepCopy ¶
func (in ValidationResults) DeepCopy() ValidationResults
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ValidationResults.
func (ValidationResults) DeepCopyInto ¶
func (in ValidationResults) DeepCopyInto(out *ValidationResults)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ValidationsStatus ¶
type ValidationsStatus map[string]ValidationResults
+kubebuilder:object:root=false +kubebuilder:object:generate=true ValidationsStatus is the Schema for the ValidationsInfo field
func (ValidationsStatus) DeepCopy ¶
func (in ValidationsStatus) DeepCopy() ValidationsStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ValidationsStatus.
func (ValidationsStatus) DeepCopyInto ¶
func (in ValidationsStatus) DeepCopyInto(out *ValidationsStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.