Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the infrastructure v1alpha1 API group +kubebuilder:object:generate=true +groupName=controlplane.cluster.x-k8s.io
Index ¶
- Variables
- type VCluster
- func (in *VCluster) DeepCopy() *VCluster
- func (in *VCluster) DeepCopyInto(out *VCluster)
- func (in *VCluster) DeepCopyObject() runtime.Object
- func (v *VCluster) GetConditions() infrastructurev1alpha1.Conditions
- func (v *VCluster) GetSpec() *infrastructurev1alpha1.VClusterSpec
- func (v *VCluster) GetStatus() *infrastructurev1alpha1.VClusterStatus
- func (v *VCluster) SetConditions(conditions infrastructurev1alpha1.Conditions)
- type VClusterList
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "controlplane.cluster.x-k8s.io", 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 VCluster ¶
type VCluster struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec infrastructurev1alpha1.VClusterSpec `json:"spec,omitempty"` Status infrastructurev1alpha1.VClusterStatus `json:"status,omitempty"` }
VCluster is the Schema for the vclusters API
func (*VCluster) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VCluster.
func (*VCluster) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VCluster) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*VCluster) GetConditions ¶
func (v *VCluster) GetConditions() infrastructurev1alpha1.Conditions
GetConditions returns the set of conditions for this object.
func (*VCluster) GetSpec ¶
func (v *VCluster) GetSpec() *infrastructurev1alpha1.VClusterSpec
func (*VCluster) GetStatus ¶
func (v *VCluster) GetStatus() *infrastructurev1alpha1.VClusterStatus
func (*VCluster) SetConditions ¶
func (v *VCluster) SetConditions(conditions infrastructurev1alpha1.Conditions)
SetConditions sets the conditions on this object.
type VClusterList ¶
type VClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []VCluster `json:"items"` }
VClusterList contains a list of VCluster
func (*VClusterList) DeepCopy ¶
func (in *VClusterList) DeepCopy() *VClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VClusterList.
func (*VClusterList) DeepCopyInto ¶
func (in *VClusterList) DeepCopyInto(out *VClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VClusterList) DeepCopyObject ¶
func (in *VClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.