Documentation ¶
Overview ¶
Package v1beta1 contains API Schema definitions for the v1beta1 API group +kubebuilder:object:generate=true +groupName=controlplane.cluster.x-k8s.io
Index ¶
Constants ¶
const K0smotronControlPlaneFinalizer = "k0smotron.controlplane.cluster.x-k8s.io"
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "controlplane.cluster.x-k8s.io", Version: "v1beta1"} // 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 K0smotronControlPlane ¶
type K0smotronControlPlane struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec kmapi.ClusterSpec `json:"spec,omitempty"` Status K0smotronControlPlaneStatus `json:"status,omitempty"` }
func (*K0smotronControlPlane) DeepCopy ¶
func (in *K0smotronControlPlane) DeepCopy() *K0smotronControlPlane
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new K0smotronControlPlane.
func (*K0smotronControlPlane) DeepCopyInto ¶
func (in *K0smotronControlPlane) DeepCopyInto(out *K0smotronControlPlane)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*K0smotronControlPlane) DeepCopyObject ¶
func (in *K0smotronControlPlane) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type K0smotronControlPlaneList ¶
type K0smotronControlPlaneList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []K0smotronControlPlane `json:"items"` }
func (*K0smotronControlPlaneList) DeepCopy ¶
func (in *K0smotronControlPlaneList) DeepCopy() *K0smotronControlPlaneList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new K0smotronControlPlaneList.
func (*K0smotronControlPlaneList) DeepCopyInto ¶
func (in *K0smotronControlPlaneList) DeepCopyInto(out *K0smotronControlPlaneList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*K0smotronControlPlaneList) DeepCopyObject ¶
func (in *K0smotronControlPlaneList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type K0smotronControlPlaneStatus ¶
type K0smotronControlPlaneStatus struct { // Ready denotes that the control plane is ready Ready bool `json:"ready"` ControlPlaneReady bool `json:"controlPlaneReady"` Inititalized bool `json:"initialized"` ExternalManagedControlPlane bool `json:"externalManagedControlPlane"` }
func (*K0smotronControlPlaneStatus) DeepCopy ¶
func (in *K0smotronControlPlaneStatus) DeepCopy() *K0smotronControlPlaneStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new K0smotronControlPlaneStatus.
func (*K0smotronControlPlaneStatus) DeepCopyInto ¶
func (in *K0smotronControlPlaneStatus) DeepCopyInto(out *K0smotronControlPlaneStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.