Documentation ¶
Overview ¶
Package v1beta3 contains API Schema definitions for the infrastructure v1beta3 API group +kubebuilder:object:generate=true +groupName=fakes.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: "fakes.infrastructure.cluster.x-k8s.io", Version: "fakes"} // 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 CloudStackMachineOwner ¶
type CloudStackMachineOwner struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec CloudStackMachineOwnerSpec `json:"spec,omitempty"` Status CloudStackMachineOwnerStatus `json:"status,omitempty"` }
CloudStackMachineOwner is the Schema for CloudStack Machine owner (machineset, etcdadmcluster, kubeadmcontrolplane)
func (*CloudStackMachineOwner) DeepCopy ¶
func (in *CloudStackMachineOwner) DeepCopy() *CloudStackMachineOwner
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudStackMachineOwner.
func (*CloudStackMachineOwner) DeepCopyInto ¶
func (in *CloudStackMachineOwner) DeepCopyInto(out *CloudStackMachineOwner)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CloudStackMachineOwner) DeepCopyObject ¶
func (in *CloudStackMachineOwner) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CloudStackMachineOwnerList ¶
type CloudStackMachineOwnerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []CloudStackMachineOwner `json:"items"` }
+kubebuilder:object:root=true CloudStackMachineOwnerrList contains a list of CloudStackMachineOwner
func (*CloudStackMachineOwnerList) DeepCopy ¶
func (in *CloudStackMachineOwnerList) DeepCopy() *CloudStackMachineOwnerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudStackMachineOwnerList.
func (*CloudStackMachineOwnerList) DeepCopyInto ¶
func (in *CloudStackMachineOwnerList) DeepCopyInto(out *CloudStackMachineOwnerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CloudStackMachineOwnerList) DeepCopyObject ¶
func (in *CloudStackMachineOwnerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CloudStackMachineOwnerSpec ¶
type CloudStackMachineOwnerSpec struct {
Replicas *int32 `json:"replicas,omitempty"`
}
CloudStackMachineOwnerSpec defines the desired state of CloudStackMachineOwner
func (*CloudStackMachineOwnerSpec) DeepCopy ¶
func (in *CloudStackMachineOwnerSpec) DeepCopy() *CloudStackMachineOwnerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudStackMachineOwnerSpec.
func (*CloudStackMachineOwnerSpec) DeepCopyInto ¶
func (in *CloudStackMachineOwnerSpec) DeepCopyInto(out *CloudStackMachineOwnerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CloudStackMachineOwnerStatus ¶
type CloudStackMachineOwnerStatus struct { Replicas *int32 `json:"replicas"` //+optional Ready *bool `json:"ready,omitempty"` //+optional ReadyReplicas *int32 `json:"readyReplicas,omitempty"` }
CloudStackMachineOwnerStatus defines the name of the template
func (*CloudStackMachineOwnerStatus) DeepCopy ¶
func (in *CloudStackMachineOwnerStatus) DeepCopy() *CloudStackMachineOwnerStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudStackMachineOwnerStatus.
func (*CloudStackMachineOwnerStatus) DeepCopyInto ¶
func (in *CloudStackMachineOwnerStatus) DeepCopyInto(out *CloudStackMachineOwnerStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.