Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the enge v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=enge.me
Package v1alpha1 contains API Schema definitions for the enge v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=enge.me
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "enge.me", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
func RegisterDefaults ¶
RegisterDefaults adds defaulters functions to the given scheme. Public to allow building arbitrary schemes. All generated defaulters are covering - they call all nested defaulters.
Types ¶
type StatefulCluster ¶
type StatefulCluster struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec StatefulClusterSpec `json:"spec,omitempty"` Status StatefulClusterStatus `json:"status,omitempty"` }
StatefulCluster is the Schema for the statefulclusters API +k8s:openapi-gen=true
func (*StatefulCluster) DeepCopy ¶
func (in *StatefulCluster) DeepCopy() *StatefulCluster
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StatefulCluster.
func (*StatefulCluster) DeepCopyInto ¶
func (in *StatefulCluster) DeepCopyInto(out *StatefulCluster)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*StatefulCluster) DeepCopyObject ¶
func (in *StatefulCluster) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type StatefulClusterList ¶
type StatefulClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []StatefulCluster `json:"items"` }
StatefulClusterList contains a list of StatefulCluster
func (*StatefulClusterList) DeepCopy ¶
func (in *StatefulClusterList) DeepCopy() *StatefulClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StatefulClusterList.
func (*StatefulClusterList) DeepCopyInto ¶
func (in *StatefulClusterList) DeepCopyInto(out *StatefulClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*StatefulClusterList) DeepCopyObject ¶
func (in *StatefulClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type StatefulClusterSpec ¶
type StatefulClusterSpec struct {
appsv1.StatefulSetSpec `json:",inline"`
}
StatefulClusterSpec defines the desired state of StatefulCluster +k8s:openapi-gen=true
func (*StatefulClusterSpec) DeepCopy ¶
func (in *StatefulClusterSpec) DeepCopy() *StatefulClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StatefulClusterSpec.
func (*StatefulClusterSpec) DeepCopyInto ¶
func (in *StatefulClusterSpec) DeepCopyInto(out *StatefulClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type StatefulClusterStatus ¶
type StatefulClusterStatus struct {
appsv1.StatefulSetStatus `json:",inline"`
}
StatefulClusterStatus defines the observed state of StatefulCluster +k8s:openapi-gen=true
func (*StatefulClusterStatus) DeepCopy ¶
func (in *StatefulClusterStatus) DeepCopy() *StatefulClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StatefulClusterStatus.
func (*StatefulClusterStatus) DeepCopyInto ¶
func (in *StatefulClusterStatus) DeepCopyInto(out *StatefulClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.