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 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 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 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:"-"` }
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 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:"-"` }
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:"-"` }
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"` 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"` }
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 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.