v1alpha1

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2022 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

+groupName=static.azurerm.kubeform.com

Index

Constants

This section is empty.

Variables

View Source
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
)
View Source
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

func Kind(kind string) schema.GroupKind

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

func (in *Site) DeepCopy() *Site

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Site.

func (*Site) DeepCopyInto

func (in *Site) DeepCopyInto(out *Site)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Site) DeepCopyObject

func (in *Site) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Site) SetupWebhookWithManager

func (r *Site) SetupWebhookWithManager(mgr ctrl.Manager) error

func (*Site) ValidateCreate

func (r *Site) ValidateCreate() error

ValidateCreate implements webhook.Validator so a webhook will be registered for the type

func (*Site) ValidateDelete

func (r *Site) ValidateDelete() error

ValidateDelete implements webhook.Validator so a webhook will be registered for the type

func (*Site) ValidateUpdate

func (r *Site) ValidateUpdate(old runtime.Object) error

ValidateUpdate 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

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

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteCustomDomainSpecResource.

func (*SiteCustomDomainSpecResource) DeepCopyInto added in v0.5.0

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

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

func (in *SiteList) DeepCopy() *SiteList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteList.

func (*SiteList) DeepCopyInto

func (in *SiteList) DeepCopyInto(out *SiteList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*SiteList) DeepCopyObject

func (in *SiteList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

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

func (in *SiteSpec) DeepCopy() *SiteSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SiteSpec.

func (*SiteSpec) DeepCopyInto

func (in *SiteSpec) DeepCopyInto(out *SiteSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

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) Encode added in v0.5.0

func (SiteSpecIdentityCodec) Encode(ptr unsafe.Pointer, stream *jsoniter.Stream)

func (SiteSpecIdentityCodec) IsEmpty added in v0.5.0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL