Documentation ¶
Overview ¶
+groupName=spatial.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 AnchorsAccount
- func (in *AnchorsAccount) DeepCopy() *AnchorsAccount
- func (in *AnchorsAccount) DeepCopyInto(out *AnchorsAccount)
- func (in *AnchorsAccount) DeepCopyObject() runtime.Object
- func (r *AnchorsAccount) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *AnchorsAccount) ValidateCreate() error
- func (r *AnchorsAccount) ValidateDelete() error
- func (r *AnchorsAccount) ValidateUpdate(old runtime.Object) error
- type AnchorsAccountList
- type AnchorsAccountSpec
- type AnchorsAccountSpecResource
- type AnchorsAccountStatus
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: spatial.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 AnchorsAccount ¶
type AnchorsAccount struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AnchorsAccountSpec `json:"spec,omitempty"` Status AnchorsAccountStatus `json:"status,omitempty"` }
func (*AnchorsAccount) DeepCopy ¶
func (in *AnchorsAccount) DeepCopy() *AnchorsAccount
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnchorsAccount.
func (*AnchorsAccount) DeepCopyInto ¶
func (in *AnchorsAccount) DeepCopyInto(out *AnchorsAccount)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AnchorsAccount) DeepCopyObject ¶
func (in *AnchorsAccount) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AnchorsAccount) SetupWebhookWithManager ¶
func (r *AnchorsAccount) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*AnchorsAccount) ValidateCreate ¶
func (r *AnchorsAccount) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*AnchorsAccount) ValidateDelete ¶
func (r *AnchorsAccount) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*AnchorsAccount) ValidateUpdate ¶
func (r *AnchorsAccount) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type AnchorsAccountList ¶
type AnchorsAccountList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of AnchorsAccount CRD objects Items []AnchorsAccount `json:"items,omitempty"` }
AnchorsAccountList is a list of AnchorsAccounts
func (*AnchorsAccountList) DeepCopy ¶
func (in *AnchorsAccountList) DeepCopy() *AnchorsAccountList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnchorsAccountList.
func (*AnchorsAccountList) DeepCopyInto ¶
func (in *AnchorsAccountList) DeepCopyInto(out *AnchorsAccountList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AnchorsAccountList) DeepCopyObject ¶
func (in *AnchorsAccountList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AnchorsAccountSpec ¶
type AnchorsAccountSpec struct { State *AnchorsAccountSpecResource `json:"state,omitempty" tf:"-"` Resource AnchorsAccountSpecResource `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 (*AnchorsAccountSpec) DeepCopy ¶
func (in *AnchorsAccountSpec) DeepCopy() *AnchorsAccountSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnchorsAccountSpec.
func (*AnchorsAccountSpec) DeepCopyInto ¶
func (in *AnchorsAccountSpec) DeepCopyInto(out *AnchorsAccountSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AnchorsAccountSpecResource ¶
type AnchorsAccountSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional AccountDomain *string `json:"accountDomain,omitempty" tf:"account_domain"` // +optional AccountID *string `json:"accountID,omitempty" tf:"account_id"` Location *string `json:"location" tf:"location"` Name *string `json:"name" tf:"name"` ResourceGroupName *string `json:"resourceGroupName" tf:"resource_group_name"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` }
func (*AnchorsAccountSpecResource) DeepCopy ¶
func (in *AnchorsAccountSpecResource) DeepCopy() *AnchorsAccountSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnchorsAccountSpecResource.
func (*AnchorsAccountSpecResource) DeepCopyInto ¶
func (in *AnchorsAccountSpecResource) DeepCopyInto(out *AnchorsAccountSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AnchorsAccountStatus ¶
type AnchorsAccountStatus 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 (*AnchorsAccountStatus) DeepCopy ¶
func (in *AnchorsAccountStatus) DeepCopy() *AnchorsAccountStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnchorsAccountStatus.
func (*AnchorsAccountStatus) DeepCopyInto ¶
func (in *AnchorsAccountStatus) DeepCopyInto(out *AnchorsAccountStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.