Documentation ¶
Overview ¶
Package v1alpha4 contains API Schema definitions for the infrastructure v1alpha4 API group. +kubebuilder:object:generate=true +groupName=infrastructure.cluster.x-k8s.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects. GroupVersion = schema.GroupVersion{Group: "infrastructure.cluster.x-k8s.io", Version: "v1alpha4"} // 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 NestedCluster ¶
type NestedCluster struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec NestedClusterSpec `json:"spec,omitempty"` Status NestedClusterStatus `json:"status,omitempty"` }
NestedCluster is the Schema for the nestedclusters API.
func (*NestedCluster) DeepCopy ¶
func (in *NestedCluster) DeepCopy() *NestedCluster
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NestedCluster.
func (*NestedCluster) DeepCopyInto ¶
func (in *NestedCluster) DeepCopyInto(out *NestedCluster)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NestedCluster) DeepCopyObject ¶
func (in *NestedCluster) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type NestedClusterList ¶
type NestedClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []NestedCluster `json:"items"` }
NestedClusterList contains a list of NestedCluster.
func (*NestedClusterList) DeepCopy ¶
func (in *NestedClusterList) DeepCopy() *NestedClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NestedClusterList.
func (*NestedClusterList) DeepCopyInto ¶
func (in *NestedClusterList) DeepCopyInto(out *NestedClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NestedClusterList) DeepCopyObject ¶
func (in *NestedClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type NestedClusterSpec ¶
type NestedClusterSpec struct { // ControlPlaneEndpoint represents the endpoint used to communicate with the control plane. // +optional ControlPlaneEndpoint clusterv1.APIEndpoint `json:"controlPlaneEndpoint"` }
NestedClusterSpec defines the desired state of NestedCluster.
func (*NestedClusterSpec) DeepCopy ¶
func (in *NestedClusterSpec) DeepCopy() *NestedClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NestedClusterSpec.
func (*NestedClusterSpec) DeepCopyInto ¶
func (in *NestedClusterSpec) DeepCopyInto(out *NestedClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NestedClusterStatus ¶
type NestedClusterStatus struct { // Ready is when the NestedControlPlane has a API server URL. // +optional Ready bool `json:"ready,omitempty"` }
NestedClusterStatus defines the observed state of NestedCluster.
func (*NestedClusterStatus) DeepCopy ¶
func (in *NestedClusterStatus) DeepCopy() *NestedClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NestedClusterStatus.
func (*NestedClusterStatus) DeepCopyInto ¶
func (in *NestedClusterStatus) DeepCopyInto(out *NestedClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.