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