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