Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the operator v1alpha1 API group +kubebuilder:object:generate=true +groupName=operator.cmwylie19
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "operator.cmwylie19", 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 MSO ¶
type MSO struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec MSOSpec `json:"spec,omitempty"` Status MSOStatus `json:"status,omitempty"` }
MSO is the Schema for the msoes API
func (*MSO) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MSO.
func (*MSO) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MSO) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MSOList ¶
type MSOList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []MSO `json:"items"` }
MSOList contains a list of MSO
func (*MSOList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MSOList.
func (*MSOList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MSOList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type MSOSpec ¶
type MSOSpec struct { // Foo is an example field of MSO. Edit mso_types.go to remove/update Foo string `json:"foo,omitempty"` }
MSOSpec defines the desired state of MSO
func (*MSOSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MSOSpec.
func (*MSOSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MSOStatus ¶
type MSOStatus struct { }
MSOStatus defines the observed state of MSO
func (*MSOStatus) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MSOStatus.
func (*MSOStatus) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.