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