Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the crane v1alpha1 API group +kubebuilder:object:generate=true +groupName=crane.konveyor.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "crane.konveyor.io", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type OperatorConfig ¶
type OperatorConfig struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec OperatorConfigSpec `json:"spec,omitempty"` Status OperatorConfigStatus `json:"status,omitempty"` }
OperatorConfig is the Schema for the operatorconfigs API
func (*OperatorConfig) DeepCopy ¶
func (in *OperatorConfig) DeepCopy() *OperatorConfig
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OperatorConfig.
func (*OperatorConfig) DeepCopyInto ¶
func (in *OperatorConfig) DeepCopyInto(out *OperatorConfig)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*OperatorConfig) DeepCopyObject ¶
func (in *OperatorConfig) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type OperatorConfigList ¶
type OperatorConfigList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []OperatorConfig `json:"items"` }
OperatorConfigList contains a list of OperatorConfig
func (*OperatorConfigList) DeepCopy ¶
func (in *OperatorConfigList) DeepCopy() *OperatorConfigList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OperatorConfigList.
func (*OperatorConfigList) DeepCopyInto ¶
func (in *OperatorConfigList) DeepCopyInto(out *OperatorConfigList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*OperatorConfigList) DeepCopyObject ¶
func (in *OperatorConfigList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type OperatorConfigSpec ¶
type OperatorConfigSpec struct { }
OperatorConfigSpec defines the desired state of OperatorConfig
func (*OperatorConfigSpec) DeepCopy ¶
func (in *OperatorConfigSpec) DeepCopy() *OperatorConfigSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OperatorConfigSpec.
func (*OperatorConfigSpec) DeepCopyInto ¶
func (in *OperatorConfigSpec) DeepCopyInto(out *OperatorConfigSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type OperatorConfigStatus ¶
type OperatorConfigStatus struct { // Conditions for operator config status Conditions []metav1.Condition `json:"conditions"` }
OperatorConfigStatus defines the observed state of OperatorConfig
func (*OperatorConfigStatus) DeepCopy ¶
func (in *OperatorConfigStatus) DeepCopy() *OperatorConfigStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OperatorConfigStatus.
func (*OperatorConfigStatus) DeepCopyInto ¶
func (in *OperatorConfigStatus) DeepCopyInto(out *OperatorConfigStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.