Documentation ¶
Overview ¶
+groupName=maintenance.azurerm.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 AssignmentDedicatedHost
- func (in *AssignmentDedicatedHost) DeepCopy() *AssignmentDedicatedHost
- func (in *AssignmentDedicatedHost) DeepCopyInto(out *AssignmentDedicatedHost)
- func (in *AssignmentDedicatedHost) DeepCopyObject() runtime.Object
- func (r *AssignmentDedicatedHost) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *AssignmentDedicatedHost) ValidateCreate() error
- func (r *AssignmentDedicatedHost) ValidateDelete() error
- func (r *AssignmentDedicatedHost) ValidateUpdate(old runtime.Object) error
- type AssignmentDedicatedHostList
- type AssignmentDedicatedHostSpec
- type AssignmentDedicatedHostSpecResource
- type AssignmentDedicatedHostStatus
- type AssignmentVirtualMachine
- func (in *AssignmentVirtualMachine) DeepCopy() *AssignmentVirtualMachine
- func (in *AssignmentVirtualMachine) DeepCopyInto(out *AssignmentVirtualMachine)
- func (in *AssignmentVirtualMachine) DeepCopyObject() runtime.Object
- func (r *AssignmentVirtualMachine) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *AssignmentVirtualMachine) ValidateCreate() error
- func (r *AssignmentVirtualMachine) ValidateDelete() error
- func (r *AssignmentVirtualMachine) ValidateUpdate(old runtime.Object) error
- type AssignmentVirtualMachineList
- type AssignmentVirtualMachineScaleSet
- func (in *AssignmentVirtualMachineScaleSet) DeepCopy() *AssignmentVirtualMachineScaleSet
- func (in *AssignmentVirtualMachineScaleSet) DeepCopyInto(out *AssignmentVirtualMachineScaleSet)
- func (in *AssignmentVirtualMachineScaleSet) DeepCopyObject() runtime.Object
- func (r *AssignmentVirtualMachineScaleSet) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *AssignmentVirtualMachineScaleSet) ValidateCreate() error
- func (r *AssignmentVirtualMachineScaleSet) ValidateDelete() error
- func (r *AssignmentVirtualMachineScaleSet) ValidateUpdate(old runtime.Object) error
- type AssignmentVirtualMachineScaleSetList
- type AssignmentVirtualMachineScaleSetSpec
- type AssignmentVirtualMachineScaleSetSpecResource
- type AssignmentVirtualMachineScaleSetStatus
- type AssignmentVirtualMachineSpec
- type AssignmentVirtualMachineSpecResource
- type AssignmentVirtualMachineStatus
- type Configuration
- func (in *Configuration) DeepCopy() *Configuration
- func (in *Configuration) DeepCopyInto(out *Configuration)
- func (in *Configuration) DeepCopyObject() runtime.Object
- func (r *Configuration) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Configuration) ValidateCreate() error
- func (r *Configuration) ValidateDelete() error
- func (r *Configuration) ValidateUpdate(old runtime.Object) error
- type ConfigurationList
- type ConfigurationSpec
- type ConfigurationSpecResource
- type ConfigurationSpecWindow
- type ConfigurationSpecWindowCodec
- type ConfigurationStatus
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: maintenance.GroupName, Version: "v1alpha1"}
Functions ¶
func GetDecoder ¶
func GetDecoder() map[string]jsoniter.ValDecoder
func GetEncoder ¶
func GetEncoder() map[string]jsoniter.ValEncoder
func Kind ¶
Kind takes an unqualified kind and returns a Group qualified GroupKind
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type AssignmentDedicatedHost ¶
type AssignmentDedicatedHost struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AssignmentDedicatedHostSpec `json:"spec,omitempty"` Status AssignmentDedicatedHostStatus `json:"status,omitempty"` }
func (*AssignmentDedicatedHost) DeepCopy ¶
func (in *AssignmentDedicatedHost) DeepCopy() *AssignmentDedicatedHost
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentDedicatedHost.
func (*AssignmentDedicatedHost) DeepCopyInto ¶
func (in *AssignmentDedicatedHost) DeepCopyInto(out *AssignmentDedicatedHost)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AssignmentDedicatedHost) DeepCopyObject ¶
func (in *AssignmentDedicatedHost) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AssignmentDedicatedHost) SetupWebhookWithManager ¶
func (r *AssignmentDedicatedHost) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*AssignmentDedicatedHost) ValidateCreate ¶
func (r *AssignmentDedicatedHost) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*AssignmentDedicatedHost) ValidateDelete ¶
func (r *AssignmentDedicatedHost) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*AssignmentDedicatedHost) ValidateUpdate ¶
func (r *AssignmentDedicatedHost) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type AssignmentDedicatedHostList ¶
type AssignmentDedicatedHostList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of AssignmentDedicatedHost CRD objects Items []AssignmentDedicatedHost `json:"items,omitempty"` }
AssignmentDedicatedHostList is a list of AssignmentDedicatedHosts
func (*AssignmentDedicatedHostList) DeepCopy ¶
func (in *AssignmentDedicatedHostList) DeepCopy() *AssignmentDedicatedHostList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentDedicatedHostList.
func (*AssignmentDedicatedHostList) DeepCopyInto ¶
func (in *AssignmentDedicatedHostList) DeepCopyInto(out *AssignmentDedicatedHostList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AssignmentDedicatedHostList) DeepCopyObject ¶
func (in *AssignmentDedicatedHostList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AssignmentDedicatedHostSpec ¶
type AssignmentDedicatedHostSpec struct { State *AssignmentDedicatedHostSpecResource `json:"state,omitempty" tf:"-"` Resource AssignmentDedicatedHostSpecResource `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 (*AssignmentDedicatedHostSpec) DeepCopy ¶
func (in *AssignmentDedicatedHostSpec) DeepCopy() *AssignmentDedicatedHostSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentDedicatedHostSpec.
func (*AssignmentDedicatedHostSpec) DeepCopyInto ¶
func (in *AssignmentDedicatedHostSpec) DeepCopyInto(out *AssignmentDedicatedHostSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AssignmentDedicatedHostSpecResource ¶
type AssignmentDedicatedHostSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` DedicatedHostID *string `json:"dedicatedHostID" tf:"dedicated_host_id"` Location *string `json:"location" tf:"location"` MaintenanceConfigurationID *string `json:"maintenanceConfigurationID" tf:"maintenance_configuration_id"` }
func (*AssignmentDedicatedHostSpecResource) DeepCopy ¶
func (in *AssignmentDedicatedHostSpecResource) DeepCopy() *AssignmentDedicatedHostSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentDedicatedHostSpecResource.
func (*AssignmentDedicatedHostSpecResource) DeepCopyInto ¶
func (in *AssignmentDedicatedHostSpecResource) DeepCopyInto(out *AssignmentDedicatedHostSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AssignmentDedicatedHostStatus ¶
type AssignmentDedicatedHostStatus 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 (*AssignmentDedicatedHostStatus) DeepCopy ¶
func (in *AssignmentDedicatedHostStatus) DeepCopy() *AssignmentDedicatedHostStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentDedicatedHostStatus.
func (*AssignmentDedicatedHostStatus) DeepCopyInto ¶
func (in *AssignmentDedicatedHostStatus) DeepCopyInto(out *AssignmentDedicatedHostStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AssignmentVirtualMachine ¶
type AssignmentVirtualMachine struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AssignmentVirtualMachineSpec `json:"spec,omitempty"` Status AssignmentVirtualMachineStatus `json:"status,omitempty"` }
func (*AssignmentVirtualMachine) DeepCopy ¶
func (in *AssignmentVirtualMachine) DeepCopy() *AssignmentVirtualMachine
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentVirtualMachine.
func (*AssignmentVirtualMachine) DeepCopyInto ¶
func (in *AssignmentVirtualMachine) DeepCopyInto(out *AssignmentVirtualMachine)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AssignmentVirtualMachine) DeepCopyObject ¶
func (in *AssignmentVirtualMachine) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AssignmentVirtualMachine) SetupWebhookWithManager ¶
func (r *AssignmentVirtualMachine) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*AssignmentVirtualMachine) ValidateCreate ¶
func (r *AssignmentVirtualMachine) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*AssignmentVirtualMachine) ValidateDelete ¶
func (r *AssignmentVirtualMachine) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*AssignmentVirtualMachine) ValidateUpdate ¶
func (r *AssignmentVirtualMachine) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type AssignmentVirtualMachineList ¶
type AssignmentVirtualMachineList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of AssignmentVirtualMachine CRD objects Items []AssignmentVirtualMachine `json:"items,omitempty"` }
AssignmentVirtualMachineList is a list of AssignmentVirtualMachines
func (*AssignmentVirtualMachineList) DeepCopy ¶
func (in *AssignmentVirtualMachineList) DeepCopy() *AssignmentVirtualMachineList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentVirtualMachineList.
func (*AssignmentVirtualMachineList) DeepCopyInto ¶
func (in *AssignmentVirtualMachineList) DeepCopyInto(out *AssignmentVirtualMachineList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AssignmentVirtualMachineList) DeepCopyObject ¶
func (in *AssignmentVirtualMachineList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AssignmentVirtualMachineScaleSet ¶ added in v0.5.0
type AssignmentVirtualMachineScaleSet struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AssignmentVirtualMachineScaleSetSpec `json:"spec,omitempty"` Status AssignmentVirtualMachineScaleSetStatus `json:"status,omitempty"` }
func (*AssignmentVirtualMachineScaleSet) DeepCopy ¶ added in v0.5.0
func (in *AssignmentVirtualMachineScaleSet) DeepCopy() *AssignmentVirtualMachineScaleSet
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentVirtualMachineScaleSet.
func (*AssignmentVirtualMachineScaleSet) DeepCopyInto ¶ added in v0.5.0
func (in *AssignmentVirtualMachineScaleSet) DeepCopyInto(out *AssignmentVirtualMachineScaleSet)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AssignmentVirtualMachineScaleSet) DeepCopyObject ¶ added in v0.5.0
func (in *AssignmentVirtualMachineScaleSet) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AssignmentVirtualMachineScaleSet) SetupWebhookWithManager ¶ added in v0.5.0
func (r *AssignmentVirtualMachineScaleSet) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*AssignmentVirtualMachineScaleSet) ValidateCreate ¶ added in v0.5.0
func (r *AssignmentVirtualMachineScaleSet) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*AssignmentVirtualMachineScaleSet) ValidateDelete ¶ added in v0.5.0
func (r *AssignmentVirtualMachineScaleSet) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*AssignmentVirtualMachineScaleSet) ValidateUpdate ¶ added in v0.5.0
func (r *AssignmentVirtualMachineScaleSet) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type AssignmentVirtualMachineScaleSetList ¶ added in v0.5.0
type AssignmentVirtualMachineScaleSetList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of AssignmentVirtualMachineScaleSet CRD objects Items []AssignmentVirtualMachineScaleSet `json:"items,omitempty"` }
AssignmentVirtualMachineScaleSetList is a list of AssignmentVirtualMachineScaleSets
func (*AssignmentVirtualMachineScaleSetList) DeepCopy ¶ added in v0.5.0
func (in *AssignmentVirtualMachineScaleSetList) DeepCopy() *AssignmentVirtualMachineScaleSetList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentVirtualMachineScaleSetList.
func (*AssignmentVirtualMachineScaleSetList) DeepCopyInto ¶ added in v0.5.0
func (in *AssignmentVirtualMachineScaleSetList) DeepCopyInto(out *AssignmentVirtualMachineScaleSetList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AssignmentVirtualMachineScaleSetList) DeepCopyObject ¶ added in v0.5.0
func (in *AssignmentVirtualMachineScaleSetList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AssignmentVirtualMachineScaleSetSpec ¶ added in v0.5.0
type AssignmentVirtualMachineScaleSetSpec struct { State *AssignmentVirtualMachineScaleSetSpecResource `json:"state,omitempty" tf:"-"` Resource AssignmentVirtualMachineScaleSetSpecResource `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 (*AssignmentVirtualMachineScaleSetSpec) DeepCopy ¶ added in v0.5.0
func (in *AssignmentVirtualMachineScaleSetSpec) DeepCopy() *AssignmentVirtualMachineScaleSetSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentVirtualMachineScaleSetSpec.
func (*AssignmentVirtualMachineScaleSetSpec) DeepCopyInto ¶ added in v0.5.0
func (in *AssignmentVirtualMachineScaleSetSpec) DeepCopyInto(out *AssignmentVirtualMachineScaleSetSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AssignmentVirtualMachineScaleSetSpecResource ¶ added in v0.5.0
type AssignmentVirtualMachineScaleSetSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` Location *string `json:"location" tf:"location"` MaintenanceConfigurationID *string `json:"maintenanceConfigurationID" tf:"maintenance_configuration_id"` VirtualMachineScaleSetID *string `json:"virtualMachineScaleSetID" tf:"virtual_machine_scale_set_id"` }
func (*AssignmentVirtualMachineScaleSetSpecResource) DeepCopy ¶ added in v0.5.0
func (in *AssignmentVirtualMachineScaleSetSpecResource) DeepCopy() *AssignmentVirtualMachineScaleSetSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentVirtualMachineScaleSetSpecResource.
func (*AssignmentVirtualMachineScaleSetSpecResource) DeepCopyInto ¶ added in v0.5.0
func (in *AssignmentVirtualMachineScaleSetSpecResource) DeepCopyInto(out *AssignmentVirtualMachineScaleSetSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AssignmentVirtualMachineScaleSetStatus ¶ added in v0.5.0
type AssignmentVirtualMachineScaleSetStatus 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 (*AssignmentVirtualMachineScaleSetStatus) DeepCopy ¶ added in v0.5.0
func (in *AssignmentVirtualMachineScaleSetStatus) DeepCopy() *AssignmentVirtualMachineScaleSetStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentVirtualMachineScaleSetStatus.
func (*AssignmentVirtualMachineScaleSetStatus) DeepCopyInto ¶ added in v0.5.0
func (in *AssignmentVirtualMachineScaleSetStatus) DeepCopyInto(out *AssignmentVirtualMachineScaleSetStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AssignmentVirtualMachineSpec ¶
type AssignmentVirtualMachineSpec struct { State *AssignmentVirtualMachineSpecResource `json:"state,omitempty" tf:"-"` Resource AssignmentVirtualMachineSpecResource `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 (*AssignmentVirtualMachineSpec) DeepCopy ¶
func (in *AssignmentVirtualMachineSpec) DeepCopy() *AssignmentVirtualMachineSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentVirtualMachineSpec.
func (*AssignmentVirtualMachineSpec) DeepCopyInto ¶
func (in *AssignmentVirtualMachineSpec) DeepCopyInto(out *AssignmentVirtualMachineSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AssignmentVirtualMachineSpecResource ¶
type AssignmentVirtualMachineSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` Location *string `json:"location" tf:"location"` MaintenanceConfigurationID *string `json:"maintenanceConfigurationID" tf:"maintenance_configuration_id"` VirtualMachineID *string `json:"virtualMachineID" tf:"virtual_machine_id"` }
func (*AssignmentVirtualMachineSpecResource) DeepCopy ¶
func (in *AssignmentVirtualMachineSpecResource) DeepCopy() *AssignmentVirtualMachineSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentVirtualMachineSpecResource.
func (*AssignmentVirtualMachineSpecResource) DeepCopyInto ¶
func (in *AssignmentVirtualMachineSpecResource) DeepCopyInto(out *AssignmentVirtualMachineSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AssignmentVirtualMachineStatus ¶
type AssignmentVirtualMachineStatus 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 (*AssignmentVirtualMachineStatus) DeepCopy ¶
func (in *AssignmentVirtualMachineStatus) DeepCopy() *AssignmentVirtualMachineStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssignmentVirtualMachineStatus.
func (*AssignmentVirtualMachineStatus) DeepCopyInto ¶
func (in *AssignmentVirtualMachineStatus) DeepCopyInto(out *AssignmentVirtualMachineStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Configuration ¶
type Configuration struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ConfigurationSpec `json:"spec,omitempty"` Status ConfigurationStatus `json:"status,omitempty"` }
func (*Configuration) DeepCopy ¶
func (in *Configuration) DeepCopy() *Configuration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Configuration.
func (*Configuration) DeepCopyInto ¶
func (in *Configuration) DeepCopyInto(out *Configuration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Configuration) DeepCopyObject ¶
func (in *Configuration) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Configuration) SetupWebhookWithManager ¶
func (r *Configuration) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*Configuration) ValidateCreate ¶
func (r *Configuration) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Configuration) ValidateDelete ¶
func (r *Configuration) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*Configuration) ValidateUpdate ¶
func (r *Configuration) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type ConfigurationList ¶
type ConfigurationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Configuration CRD objects Items []Configuration `json:"items,omitempty"` }
ConfigurationList is a list of Configurations
func (*ConfigurationList) DeepCopy ¶
func (in *ConfigurationList) DeepCopy() *ConfigurationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigurationList.
func (*ConfigurationList) DeepCopyInto ¶
func (in *ConfigurationList) DeepCopyInto(out *ConfigurationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ConfigurationList) DeepCopyObject ¶
func (in *ConfigurationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ConfigurationSpec ¶
type ConfigurationSpec struct { State *ConfigurationSpecResource `json:"state,omitempty" tf:"-"` Resource ConfigurationSpecResource `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 (*ConfigurationSpec) DeepCopy ¶
func (in *ConfigurationSpec) DeepCopy() *ConfigurationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigurationSpec.
func (*ConfigurationSpec) DeepCopyInto ¶
func (in *ConfigurationSpec) DeepCopyInto(out *ConfigurationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigurationSpecResource ¶
type ConfigurationSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` Location *string `json:"location" tf:"location"` Name *string `json:"name" tf:"name"` // +optional Properties *map[string]string `json:"properties,omitempty" tf:"properties"` ResourceGroupName *string `json:"resourceGroupName" tf:"resource_group_name"` // +optional Scope *string `json:"scope,omitempty" tf:"scope"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` // +optional Visibility *string `json:"visibility,omitempty" tf:"visibility"` // +optional Window *ConfigurationSpecWindow `json:"window,omitempty" tf:"window"` }
func (*ConfigurationSpecResource) DeepCopy ¶
func (in *ConfigurationSpecResource) DeepCopy() *ConfigurationSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigurationSpecResource.
func (*ConfigurationSpecResource) DeepCopyInto ¶
func (in *ConfigurationSpecResource) DeepCopyInto(out *ConfigurationSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigurationSpecWindow ¶ added in v0.5.0
type ConfigurationSpecWindow struct { // +optional Duration *string `json:"duration,omitempty" tf:"duration"` // +optional ExpirationDateTime *string `json:"expirationDateTime,omitempty" tf:"expiration_date_time"` // +optional RecurEvery *string `json:"recurEvery,omitempty" tf:"recur_every"` StartDateTime *string `json:"startDateTime" tf:"start_date_time"` TimeZone *string `json:"timeZone" tf:"time_zone"` }
func (*ConfigurationSpecWindow) DeepCopy ¶ added in v0.5.0
func (in *ConfigurationSpecWindow) DeepCopy() *ConfigurationSpecWindow
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigurationSpecWindow.
func (*ConfigurationSpecWindow) DeepCopyInto ¶ added in v0.5.0
func (in *ConfigurationSpecWindow) DeepCopyInto(out *ConfigurationSpecWindow)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigurationSpecWindowCodec ¶ added in v0.5.0
type ConfigurationSpecWindowCodec struct { }
+k8s:deepcopy-gen=false
func (ConfigurationSpecWindowCodec) Decode ¶ added in v0.5.0
func (ConfigurationSpecWindowCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
func (ConfigurationSpecWindowCodec) Encode ¶ added in v0.5.0
func (ConfigurationSpecWindowCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (ConfigurationSpecWindowCodec) IsEmpty ¶ added in v0.5.0
func (ConfigurationSpecWindowCodec) IsEmpty(ptr unsafe.Pointer) bool
type ConfigurationStatus ¶
type ConfigurationStatus 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 (*ConfigurationStatus) DeepCopy ¶
func (in *ConfigurationStatus) DeepCopy() *ConfigurationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigurationStatus.
func (*ConfigurationStatus) DeepCopyInto ¶
func (in *ConfigurationStatus) DeepCopyInto(out *ConfigurationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Source Files ¶
- assignment_dedicated_host_types.go
- assignment_dedicated_host_webhook.go
- assignment_virtual_machine_scale_set_types.go
- assignment_virtual_machine_scale_set_webhook.go
- assignment_virtual_machine_types.go
- assignment_virtual_machine_webhook.go
- codec.go
- configuration_types.go
- configuration_webhook.go
- doc.go
- register.go
- zz_generated.deepcopy.go