Documentation ¶
Overview ¶
+groupName=static.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 Site
- func (in *Site) DeepCopy() *Site
- func (in *Site) DeepCopyInto(out *Site)
- func (in *Site) DeepCopyObject() runtime.Object
- func (r *Site) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Site) ValidateCreate() error
- func (r *Site) ValidateDelete() error
- func (r *Site) ValidateUpdate(old runtime.Object) error
- type SiteCustomDomain
- func (in *SiteCustomDomain) DeepCopy() *SiteCustomDomain
- func (in *SiteCustomDomain) DeepCopyInto(out *SiteCustomDomain)
- func (in *SiteCustomDomain) DeepCopyObject() runtime.Object
- func (r *SiteCustomDomain) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *SiteCustomDomain) ValidateCreate() error
- func (r *SiteCustomDomain) ValidateDelete() error
- func (r *SiteCustomDomain) ValidateUpdate(old runtime.Object) error
- type SiteCustomDomainList
- type SiteCustomDomainSpec
- type SiteCustomDomainSpecResource
- type SiteCustomDomainStatus
- type SiteList
- type SiteSpec
- type SiteSpecIdentity
- type SiteSpecIdentityCodec
- type SiteSpecResource
- type SiteStatus
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: static.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 Site ¶
type Site struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SiteSpec `json:"spec,omitempty"` Status SiteStatus `json:"status,omitempty"` }
func (*Site) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Site.
func (*Site) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Site) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Site) SetupWebhookWithManager ¶
func (*Site) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Site) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type SiteCustomDomain ¶ added in v0.5.0
type SiteCustomDomain struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SiteCustomDomainSpec `json:"spec,omitempty"` Status SiteCustomDomainStatus `json:"status,omitempty"` }
func (*SiteCustomDomain) DeepCopy ¶ added in v0.5.0
func (in *SiteCustomDomain) DeepCopy() *SiteCustomDomain
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteCustomDomain.
func (*SiteCustomDomain) DeepCopyInto ¶ added in v0.5.0
func (in *SiteCustomDomain) DeepCopyInto(out *SiteCustomDomain)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SiteCustomDomain) DeepCopyObject ¶ added in v0.5.0
func (in *SiteCustomDomain) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SiteCustomDomain) SetupWebhookWithManager ¶ added in v0.5.0
func (r *SiteCustomDomain) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*SiteCustomDomain) ValidateCreate ¶ added in v0.5.0
func (r *SiteCustomDomain) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*SiteCustomDomain) ValidateDelete ¶ added in v0.5.0
func (r *SiteCustomDomain) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*SiteCustomDomain) ValidateUpdate ¶ added in v0.5.0
func (r *SiteCustomDomain) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type SiteCustomDomainList ¶ added in v0.5.0
type SiteCustomDomainList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of SiteCustomDomain CRD objects Items []SiteCustomDomain `json:"items,omitempty"` }
SiteCustomDomainList is a list of SiteCustomDomains
func (*SiteCustomDomainList) DeepCopy ¶ added in v0.5.0
func (in *SiteCustomDomainList) DeepCopy() *SiteCustomDomainList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteCustomDomainList.
func (*SiteCustomDomainList) DeepCopyInto ¶ added in v0.5.0
func (in *SiteCustomDomainList) DeepCopyInto(out *SiteCustomDomainList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SiteCustomDomainList) DeepCopyObject ¶ added in v0.5.0
func (in *SiteCustomDomainList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SiteCustomDomainSpec ¶ added in v0.5.0
type SiteCustomDomainSpec struct { State *SiteCustomDomainSpecResource `json:"state,omitempty" tf:"-"` Resource SiteCustomDomainSpecResource `json:"resource" tf:"resource"` UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"` TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"` ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"` SecretRef *core.LocalObjectReference `json:"secretRef,omitempty" tf:"-"` BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"` }
func (*SiteCustomDomainSpec) DeepCopy ¶ added in v0.5.0
func (in *SiteCustomDomainSpec) DeepCopy() *SiteCustomDomainSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteCustomDomainSpec.
func (*SiteCustomDomainSpec) DeepCopyInto ¶ added in v0.5.0
func (in *SiteCustomDomainSpec) DeepCopyInto(out *SiteCustomDomainSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SiteCustomDomainSpecResource ¶ added in v0.5.0
type SiteCustomDomainSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` DomainName *string `json:"domainName" tf:"domain_name"` StaticSiteID *string `json:"staticSiteID" tf:"static_site_id"` // +optional ValidationToken *string `json:"-" sensitive:"true" tf:"validation_token"` ValidationType *string `json:"validationType" tf:"validation_type"` }
func (*SiteCustomDomainSpecResource) DeepCopy ¶ added in v0.5.0
func (in *SiteCustomDomainSpecResource) DeepCopy() *SiteCustomDomainSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteCustomDomainSpecResource.
func (*SiteCustomDomainSpecResource) DeepCopyInto ¶ added in v0.5.0
func (in *SiteCustomDomainSpecResource) DeepCopyInto(out *SiteCustomDomainSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SiteCustomDomainStatus ¶ added in v0.5.0
type SiteCustomDomainStatus 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 (*SiteCustomDomainStatus) DeepCopy ¶ added in v0.5.0
func (in *SiteCustomDomainStatus) DeepCopy() *SiteCustomDomainStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteCustomDomainStatus.
func (*SiteCustomDomainStatus) DeepCopyInto ¶ added in v0.5.0
func (in *SiteCustomDomainStatus) DeepCopyInto(out *SiteCustomDomainStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SiteList ¶
type SiteList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Site CRD objects Items []Site `json:"items,omitempty"` }
SiteList is a list of Sites
func (*SiteList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteList.
func (*SiteList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SiteSpec ¶
type SiteSpec struct { State *SiteSpecResource `json:"state,omitempty" tf:"-"` Resource SiteSpecResource `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 (*SiteSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteSpec.
type SiteSpecIdentity ¶ added in v0.5.0
type SiteSpecIdentity struct { // +optional IdentityIDS []string `json:"identityIDS,omitempty" tf:"identity_ids"` // +optional PrincipalID *string `json:"principalID,omitempty" tf:"principal_id"` // +optional TenantID *string `json:"tenantID,omitempty" tf:"tenant_id"` Type *string `json:"type" tf:"type"` }
func (*SiteSpecIdentity) DeepCopy ¶ added in v0.5.0
func (in *SiteSpecIdentity) DeepCopy() *SiteSpecIdentity
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteSpecIdentity.
func (*SiteSpecIdentity) DeepCopyInto ¶ added in v0.5.0
func (in *SiteSpecIdentity) DeepCopyInto(out *SiteSpecIdentity)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SiteSpecIdentityCodec ¶ added in v0.5.0
type SiteSpecIdentityCodec struct { }
+k8s:deepcopy-gen=false
func (SiteSpecIdentityCodec) Decode ¶ added in v0.5.0
func (SiteSpecIdentityCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
func (SiteSpecIdentityCodec) Encode ¶ added in v0.5.0
func (SiteSpecIdentityCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)
func (SiteSpecIdentityCodec) IsEmpty ¶ added in v0.5.0
func (SiteSpecIdentityCodec) IsEmpty(ptr unsafe.Pointer) bool
type SiteSpecResource ¶
type SiteSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional ApiKey *string `json:"apiKey,omitempty" tf:"api_key"` // +optional DefaultHostName *string `json:"defaultHostName,omitempty" tf:"default_host_name"` // +optional Identity *SiteSpecIdentity `json:"identity,omitempty" tf:"identity"` Location *string `json:"location" tf:"location"` Name *string `json:"name" tf:"name"` ResourceGroupName *string `json:"resourceGroupName" tf:"resource_group_name"` // +optional SkuSize *string `json:"skuSize,omitempty" tf:"sku_size"` // +optional SkuTier *string `json:"skuTier,omitempty" tf:"sku_tier"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` }
func (*SiteSpecResource) DeepCopy ¶
func (in *SiteSpecResource) DeepCopy() *SiteSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteSpecResource.
func (*SiteSpecResource) DeepCopyInto ¶
func (in *SiteSpecResource) DeepCopyInto(out *SiteSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SiteStatus ¶
type SiteStatus 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 (*SiteStatus) DeepCopy ¶
func (in *SiteStatus) DeepCopy() *SiteStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteStatus.
func (*SiteStatus) DeepCopyInto ¶
func (in *SiteStatus) DeepCopyInto(out *SiteStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.