Documentation ¶
Overview ¶
+groupName=datastore.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 Cluster
- func (in *Cluster) DeepCopy() *Cluster
- func (in *Cluster) DeepCopyInto(out *Cluster)
- func (in *Cluster) DeepCopyObject() runtime.Object
- func (r *Cluster) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Cluster) ValidateCreate() error
- func (r *Cluster) ValidateDelete() error
- func (r *Cluster) ValidateUpdate(old runtime.Object) error
- type ClusterList
- type ClusterSpec
- type ClusterSpecResource
- type ClusterStatus
- type ClusterVmAntiAffinityRule
- func (in *ClusterVmAntiAffinityRule) DeepCopy() *ClusterVmAntiAffinityRule
- func (in *ClusterVmAntiAffinityRule) DeepCopyInto(out *ClusterVmAntiAffinityRule)
- func (in *ClusterVmAntiAffinityRule) DeepCopyObject() runtime.Object
- func (r *ClusterVmAntiAffinityRule) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *ClusterVmAntiAffinityRule) ValidateCreate() error
- func (r *ClusterVmAntiAffinityRule) ValidateDelete() error
- func (r *ClusterVmAntiAffinityRule) ValidateUpdate(old runtime.Object) error
- type ClusterVmAntiAffinityRuleList
- type ClusterVmAntiAffinityRuleSpec
- type ClusterVmAntiAffinityRuleSpecResource
- type ClusterVmAntiAffinityRuleStatus
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: datastore.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 Cluster ¶
type Cluster struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ClusterSpec `json:"spec,omitempty"` Status ClusterStatus `json:"status,omitempty"` }
func (*Cluster) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cluster.
func (*Cluster) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Cluster) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Cluster) SetupWebhookWithManager ¶
func (*Cluster) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Cluster) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type ClusterList ¶
type ClusterList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Cluster CRD objects Items []Cluster `json:"items,omitempty"` }
ClusterList is a list of Clusters
func (*ClusterList) DeepCopy ¶
func (in *ClusterList) DeepCopy() *ClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterList.
func (*ClusterList) DeepCopyInto ¶
func (in *ClusterList) DeepCopyInto(out *ClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterList) DeepCopyObject ¶
func (in *ClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ClusterSpec ¶
type ClusterSpec struct { State *ClusterSpecResource `json:"state,omitempty" tf:"-"` Resource ClusterSpecResource `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 (*ClusterSpec) DeepCopy ¶
func (in *ClusterSpec) DeepCopy() *ClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSpec.
func (*ClusterSpec) DeepCopyInto ¶
func (in *ClusterSpec) DeepCopyInto(out *ClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterSpecResource ¶
type ClusterSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // A list of custom attributes to set on this resource. // +optional CustomAttributes *map[string]string `json:"customAttributes,omitempty" tf:"custom_attributes"` // The managed object ID of the datacenter to put the datastore cluster in. DatacenterID *string `json:"datacenterID" tf:"datacenter_id"` // The name of the folder to locate the datastore cluster in. // +optional Folder *string `json:"folder,omitempty" tf:"folder"` // Name for the new storage pod. Name *string `json:"name" tf:"name"` // Advanced configuration options for storage DRS. // +optional SdrsAdvancedOptions *map[string]string `json:"sdrsAdvancedOptions,omitempty" tf:"sdrs_advanced_options"` // The default automation level for all virtual machines in this storage cluster. // +optional SdrsAutomationLevel *string `json:"sdrsAutomationLevel,omitempty" tf:"sdrs_automation_level"` // When true, storage DRS keeps VMDKs for individual VMs on the same datastore by default. // +optional SdrsDefaultIntraVmAffinity *bool `json:"sdrsDefaultIntraVmAffinity,omitempty" tf:"sdrs_default_intra_vm_affinity"` // Enable storage DRS for this datastore cluster. // +optional SdrsEnabled *bool `json:"sdrsEnabled,omitempty" tf:"sdrs_enabled"` // The threshold, in GB, that storage DRS uses to make decisions to migrate VMs out of a datastore. // +optional SdrsFreeSpaceThreshold *int64 `json:"sdrsFreeSpaceThreshold,omitempty" tf:"sdrs_free_space_threshold"` // The free space threshold to use. When set to utilization, drs_space_utilization_threshold is used, and when set to freeSpace, drs_free_space_threshold is used. // +optional SdrsFreeSpaceThresholdMode *string `json:"sdrsFreeSpaceThresholdMode,omitempty" tf:"sdrs_free_space_threshold_mode"` // The threshold, in percent, of difference between space utilization in datastores before storage DRS makes decisions to balance the space. // +optional SdrsFreeSpaceUtilizationDifference *int64 `json:"sdrsFreeSpaceUtilizationDifference,omitempty" tf:"sdrs_free_space_utilization_difference"` // Overrides the default automation settings when correcting I/O load imbalances. // +optional SdrsIoBalanceAutomationLevel *string `json:"sdrsIoBalanceAutomationLevel,omitempty" tf:"sdrs_io_balance_automation_level"` // The I/O latency threshold, in milliseconds, that storage DRS uses to make recommendations to move disks from this datastore. // +optional SdrsIoLatencyThreshold *int64 `json:"sdrsIoLatencyThreshold,omitempty" tf:"sdrs_io_latency_threshold"` // Enable I/O load balancing for this datastore cluster. // +optional SdrsIoLoadBalanceEnabled *bool `json:"sdrsIoLoadBalanceEnabled,omitempty" tf:"sdrs_io_load_balance_enabled"` // The difference between load in datastores in the cluster before storage DRS makes recommendations to balance the load. // +optional SdrsIoLoadImbalanceThreshold *int64 `json:"sdrsIoLoadImbalanceThreshold,omitempty" tf:"sdrs_io_load_imbalance_threshold"` // The threshold of reservable IOPS of all virtual machines on the datastore before storage DRS makes recommendations to move VMs off of a datastore. // +optional SdrsIoReservableIopsThreshold *int64 `json:"sdrsIoReservableIopsThreshold,omitempty" tf:"sdrs_io_reservable_iops_threshold"` // The threshold, in percent, of actual estimated performance of the datastore (in IOPS) that storage DRS uses to make recommendations to move VMs off of a datastore when the total reservable IOPS exceeds the threshold. // +optional SdrsIoReservablePercentThreshold *int64 `json:"sdrsIoReservablePercentThreshold,omitempty" tf:"sdrs_io_reservable_percent_threshold"` // The reservable IOPS threshold to use, percent in the event of automatic, or manual threshold in the event of manual. // +optional SdrsIoReservableThresholdMode *string `json:"sdrsIoReservableThresholdMode,omitempty" tf:"sdrs_io_reservable_threshold_mode"` // The storage DRS poll interval, in minutes. // +optional SdrsLoadBalanceInterval *int64 `json:"sdrsLoadBalanceInterval,omitempty" tf:"sdrs_load_balance_interval"` // Overrides the default automation settings when correcting storage and VM policy violations. // +optional SdrsPolicyEnforcementAutomationLevel *string `json:"sdrsPolicyEnforcementAutomationLevel,omitempty" tf:"sdrs_policy_enforcement_automation_level"` // Overrides the default automation settings when correcting affinity rule violations. // +optional SdrsRuleEnforcementAutomationLevel *string `json:"sdrsRuleEnforcementAutomationLevel,omitempty" tf:"sdrs_rule_enforcement_automation_level"` // Overrides the default automation settings when correcting disk space imbalances. // +optional SdrsSpaceBalanceAutomationLevel *string `json:"sdrsSpaceBalanceAutomationLevel,omitempty" tf:"sdrs_space_balance_automation_level"` // The threshold, in percent of used space, that storage DRS uses to make decisions to migrate VMs out of a datastore. // +optional SdrsSpaceUtilizationThreshold *int64 `json:"sdrsSpaceUtilizationThreshold,omitempty" tf:"sdrs_space_utilization_threshold"` // Overrides the default automation settings when generating recommendations for datastore evacuation. // +optional SdrsVmEvacuationAutomationLevel *string `json:"sdrsVmEvacuationAutomationLevel,omitempty" tf:"sdrs_vm_evacuation_automation_level"` // A list of tag IDs to apply to this object. // +optional Tags []string `json:"tags,omitempty" tf:"tags"` }
func (*ClusterSpecResource) DeepCopy ¶
func (in *ClusterSpecResource) DeepCopy() *ClusterSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSpecResource.
func (*ClusterSpecResource) DeepCopyInto ¶
func (in *ClusterSpecResource) DeepCopyInto(out *ClusterSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterStatus ¶
type ClusterStatus 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 (*ClusterStatus) DeepCopy ¶
func (in *ClusterStatus) DeepCopy() *ClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterStatus.
func (*ClusterStatus) DeepCopyInto ¶
func (in *ClusterStatus) DeepCopyInto(out *ClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterVmAntiAffinityRule ¶
type ClusterVmAntiAffinityRule struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ClusterVmAntiAffinityRuleSpec `json:"spec,omitempty"` Status ClusterVmAntiAffinityRuleStatus `json:"status,omitempty"` }
func (*ClusterVmAntiAffinityRule) DeepCopy ¶
func (in *ClusterVmAntiAffinityRule) DeepCopy() *ClusterVmAntiAffinityRule
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterVmAntiAffinityRule.
func (*ClusterVmAntiAffinityRule) DeepCopyInto ¶
func (in *ClusterVmAntiAffinityRule) DeepCopyInto(out *ClusterVmAntiAffinityRule)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterVmAntiAffinityRule) DeepCopyObject ¶
func (in *ClusterVmAntiAffinityRule) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ClusterVmAntiAffinityRule) SetupWebhookWithManager ¶
func (r *ClusterVmAntiAffinityRule) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*ClusterVmAntiAffinityRule) ValidateCreate ¶
func (r *ClusterVmAntiAffinityRule) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*ClusterVmAntiAffinityRule) ValidateDelete ¶
func (r *ClusterVmAntiAffinityRule) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*ClusterVmAntiAffinityRule) ValidateUpdate ¶
func (r *ClusterVmAntiAffinityRule) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type ClusterVmAntiAffinityRuleList ¶
type ClusterVmAntiAffinityRuleList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of ClusterVmAntiAffinityRule CRD objects Items []ClusterVmAntiAffinityRule `json:"items,omitempty"` }
ClusterVmAntiAffinityRuleList is a list of ClusterVmAntiAffinityRules
func (*ClusterVmAntiAffinityRuleList) DeepCopy ¶
func (in *ClusterVmAntiAffinityRuleList) DeepCopy() *ClusterVmAntiAffinityRuleList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterVmAntiAffinityRuleList.
func (*ClusterVmAntiAffinityRuleList) DeepCopyInto ¶
func (in *ClusterVmAntiAffinityRuleList) DeepCopyInto(out *ClusterVmAntiAffinityRuleList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterVmAntiAffinityRuleList) DeepCopyObject ¶
func (in *ClusterVmAntiAffinityRuleList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ClusterVmAntiAffinityRuleSpec ¶
type ClusterVmAntiAffinityRuleSpec struct { State *ClusterVmAntiAffinityRuleSpecResource `json:"state,omitempty" tf:"-"` Resource ClusterVmAntiAffinityRuleSpecResource `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 (*ClusterVmAntiAffinityRuleSpec) DeepCopy ¶
func (in *ClusterVmAntiAffinityRuleSpec) DeepCopy() *ClusterVmAntiAffinityRuleSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterVmAntiAffinityRuleSpec.
func (*ClusterVmAntiAffinityRuleSpec) DeepCopyInto ¶
func (in *ClusterVmAntiAffinityRuleSpec) DeepCopyInto(out *ClusterVmAntiAffinityRuleSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterVmAntiAffinityRuleSpecResource ¶
type ClusterVmAntiAffinityRuleSpecResource 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"` // Enable this rule in the cluster. // +optional Enabled *bool `json:"enabled,omitempty" tf:"enabled"` // When true, prevents any virtual machine operations that may violate this rule. // +optional Mandatory *bool `json:"mandatory,omitempty" tf:"mandatory"` // The unique name of the virtual machine group in the cluster. Name *string `json:"name" tf:"name"` // The UUIDs of the virtual machines to run on different datastores from each other. VirtualMachineIDS []string `json:"virtualMachineIDS" tf:"virtual_machine_ids"` }
func (*ClusterVmAntiAffinityRuleSpecResource) DeepCopy ¶
func (in *ClusterVmAntiAffinityRuleSpecResource) DeepCopy() *ClusterVmAntiAffinityRuleSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterVmAntiAffinityRuleSpecResource.
func (*ClusterVmAntiAffinityRuleSpecResource) DeepCopyInto ¶
func (in *ClusterVmAntiAffinityRuleSpecResource) DeepCopyInto(out *ClusterVmAntiAffinityRuleSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterVmAntiAffinityRuleStatus ¶
type ClusterVmAntiAffinityRuleStatus 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 (*ClusterVmAntiAffinityRuleStatus) DeepCopy ¶
func (in *ClusterVmAntiAffinityRuleStatus) DeepCopy() *ClusterVmAntiAffinityRuleStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterVmAntiAffinityRuleStatus.
func (*ClusterVmAntiAffinityRuleStatus) DeepCopyInto ¶
func (in *ClusterVmAntiAffinityRuleStatus) DeepCopyInto(out *ClusterVmAntiAffinityRuleStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.