Documentation ¶
Overview ¶
+groupName=drs.vsphere.kubeform.com
Index ¶
- Variables
- func GetDecoder() map[string]jsoniter.ValDecoder
- func GetEncoder() map[string]jsoniter.ValEncoder
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
- type VmOverride
- func (in *VmOverride) DeepCopy() *VmOverride
- func (in *VmOverride) DeepCopyInto(out *VmOverride)
- func (in *VmOverride) DeepCopyObject() runtime.Object
- func (r *VmOverride) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *VmOverride) ValidateCreate() error
- func (r *VmOverride) ValidateDelete() error
- func (r *VmOverride) ValidateUpdate(old runtime.Object) error
- type VmOverrideList
- type VmOverrideSpec
- type VmOverrideSpecResource
- type VmOverrideStatus
Constants ¶
This section is empty.
Variables ¶
var ( // TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api. // localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes. SchemeBuilder runtime.SchemeBuilder AddToScheme = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: drs.GroupName, Version: "v1alpha1"}
Functions ¶
func GetDecoder ¶
func GetDecoder() map[string]jsoniter.ValDecoder
func GetEncoder ¶
func GetEncoder() map[string]jsoniter.ValEncoder
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type VmOverride ¶
type VmOverride struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec VmOverrideSpec `json:"spec,omitempty"` Status VmOverrideStatus `json:"status,omitempty"` }
func (*VmOverride) DeepCopy ¶
func (in *VmOverride) DeepCopy() *VmOverride
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VmOverride.
func (*VmOverride) DeepCopyInto ¶
func (in *VmOverride) DeepCopyInto(out *VmOverride)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VmOverride) DeepCopyObject ¶
func (in *VmOverride) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*VmOverride) SetupWebhookWithManager ¶
func (r *VmOverride) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*VmOverride) ValidateCreate ¶
func (r *VmOverride) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*VmOverride) ValidateDelete ¶
func (r *VmOverride) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*VmOverride) ValidateUpdate ¶
func (r *VmOverride) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type VmOverrideList ¶
type VmOverrideList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of VmOverride CRD objects Items []VmOverride `json:"items,omitempty"` }
VmOverrideList is a list of VmOverrides
func (*VmOverrideList) DeepCopy ¶
func (in *VmOverrideList) DeepCopy() *VmOverrideList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VmOverrideList.
func (*VmOverrideList) DeepCopyInto ¶
func (in *VmOverrideList) DeepCopyInto(out *VmOverrideList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VmOverrideList) DeepCopyObject ¶
func (in *VmOverrideList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type VmOverrideSpec ¶
type VmOverrideSpec struct { State *VmOverrideSpecResource `json:"state,omitempty" tf:"-"` Resource VmOverrideSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"` }
func (*VmOverrideSpec) DeepCopy ¶
func (in *VmOverrideSpec) DeepCopy() *VmOverrideSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VmOverrideSpec.
func (*VmOverrideSpec) DeepCopyInto ¶
func (in *VmOverrideSpec) DeepCopyInto(out *VmOverrideSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VmOverrideSpecResource ¶
type VmOverrideSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // The managed object ID of the cluster. ComputeClusterID *string `json:"computeClusterID" tf:"compute_cluster_id"` // The automation level for this virtual machine in the cluster. Can be one of manual, partiallyAutomated, or fullyAutomated. // +optional DrsAutomationLevel *string `json:"drsAutomationLevel,omitempty" tf:"drs_automation_level"` // Enable DRS for this virtual machine. // +optional DrsEnabled *bool `json:"drsEnabled,omitempty" tf:"drs_enabled"` // The managed object ID of the virtual machine. VirtualMachineID *string `json:"virtualMachineID" tf:"virtual_machine_id"` }
func (*VmOverrideSpecResource) DeepCopy ¶
func (in *VmOverrideSpecResource) DeepCopy() *VmOverrideSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VmOverrideSpecResource.
func (*VmOverrideSpecResource) DeepCopyInto ¶
func (in *VmOverrideSpecResource) DeepCopyInto(out *VmOverrideSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VmOverrideStatus ¶
type VmOverrideStatus struct { // Resource generation, which is updated on mutation by the API Server. // +optional ObservedGeneration int64 `json:"observedGeneration,omitempty"` // +optional Phase status.Status `json:"phase,omitempty"` // +optional Conditions []kmapi.Condition `json:"conditions,omitempty"` }
func (*VmOverrideStatus) DeepCopy ¶
func (in *VmOverrideStatus) DeepCopy() *VmOverrideStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VmOverrideStatus.
func (*VmOverrideStatus) DeepCopyInto ¶
func (in *VmOverrideStatus) DeepCopyInto(out *VmOverrideStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.