Documentation ¶
Overview ¶
+groupName=storage.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 DrsVmOverride
- func (in *DrsVmOverride) DeepCopy() *DrsVmOverride
- func (in *DrsVmOverride) DeepCopyInto(out *DrsVmOverride)
- func (in *DrsVmOverride) DeepCopyObject() runtime.Object
- func (r *DrsVmOverride) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *DrsVmOverride) ValidateCreate() error
- func (r *DrsVmOverride) ValidateDelete() error
- func (r *DrsVmOverride) ValidateUpdate(old runtime.Object) error
- type DrsVmOverrideList
- type DrsVmOverrideSpec
- type DrsVmOverrideSpecResource
- type DrsVmOverrideStatus
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: storage.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 DrsVmOverride ¶
type DrsVmOverride struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec DrsVmOverrideSpec `json:"spec,omitempty"` Status DrsVmOverrideStatus `json:"status,omitempty"` }
func (*DrsVmOverride) DeepCopy ¶
func (in *DrsVmOverride) DeepCopy() *DrsVmOverride
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DrsVmOverride.
func (*DrsVmOverride) DeepCopyInto ¶
func (in *DrsVmOverride) DeepCopyInto(out *DrsVmOverride)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DrsVmOverride) DeepCopyObject ¶
func (in *DrsVmOverride) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*DrsVmOverride) SetupWebhookWithManager ¶
func (r *DrsVmOverride) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*DrsVmOverride) ValidateCreate ¶
func (r *DrsVmOverride) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*DrsVmOverride) ValidateDelete ¶
func (r *DrsVmOverride) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*DrsVmOverride) ValidateUpdate ¶
func (r *DrsVmOverride) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type DrsVmOverrideList ¶
type DrsVmOverrideList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of DrsVmOverride CRD objects Items []DrsVmOverride `json:"items,omitempty"` }
DrsVmOverrideList is a list of DrsVmOverrides
func (*DrsVmOverrideList) DeepCopy ¶
func (in *DrsVmOverrideList) DeepCopy() *DrsVmOverrideList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DrsVmOverrideList.
func (*DrsVmOverrideList) DeepCopyInto ¶
func (in *DrsVmOverrideList) DeepCopyInto(out *DrsVmOverrideList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DrsVmOverrideList) DeepCopyObject ¶
func (in *DrsVmOverrideList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type DrsVmOverrideSpec ¶
type DrsVmOverrideSpec struct { State *DrsVmOverrideSpecResource `json:"state,omitempty" tf:"-"` Resource DrsVmOverrideSpecResource `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 (*DrsVmOverrideSpec) DeepCopy ¶
func (in *DrsVmOverrideSpec) DeepCopy() *DrsVmOverrideSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DrsVmOverrideSpec.
func (*DrsVmOverrideSpec) DeepCopyInto ¶
func (in *DrsVmOverrideSpec) DeepCopyInto(out *DrsVmOverrideSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DrsVmOverrideSpecResource ¶
type DrsVmOverrideSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // The managed object ID of the datastore cluster. DatastoreClusterID *string `json:"datastoreClusterID" tf:"datastore_cluster_id"` // Overrides any Storage DRS automation levels for this virtual machine. // +optional SdrsAutomationLevel *string `json:"sdrsAutomationLevel,omitempty" tf:"sdrs_automation_level"` // Overrides the default Storage DRS setting for this virtual machine. // +optional SdrsEnabled *string `json:"sdrsEnabled,omitempty" tf:"sdrs_enabled"` // Overrides the intra-VM affinity setting for this virtual machine. // +optional SdrsIntraVmAffinity *string `json:"sdrsIntraVmAffinity,omitempty" tf:"sdrs_intra_vm_affinity"` // The managed object ID of the virtual machine. VirtualMachineID *string `json:"virtualMachineID" tf:"virtual_machine_id"` }
func (*DrsVmOverrideSpecResource) DeepCopy ¶
func (in *DrsVmOverrideSpecResource) DeepCopy() *DrsVmOverrideSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DrsVmOverrideSpecResource.
func (*DrsVmOverrideSpecResource) DeepCopyInto ¶
func (in *DrsVmOverrideSpecResource) DeepCopyInto(out *DrsVmOverrideSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DrsVmOverrideStatus ¶
type DrsVmOverrideStatus 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 (*DrsVmOverrideStatus) DeepCopy ¶
func (in *DrsVmOverrideStatus) DeepCopy() *DrsVmOverrideStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DrsVmOverrideStatus.
func (*DrsVmOverrideStatus) DeepCopyInto ¶
func (in *DrsVmOverrideStatus) DeepCopyInto(out *DrsVmOverrideStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.