Documentation ¶
Overview ¶
+groupName=nat.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 Gateway
- func (in *Gateway) DeepCopy() *Gateway
- func (in *Gateway) DeepCopyInto(out *Gateway)
- func (in *Gateway) DeepCopyObject() runtime.Object
- func (r *Gateway) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Gateway) ValidateCreate() error
- func (r *Gateway) ValidateDelete() error
- func (r *Gateway) ValidateUpdate(old runtime.Object) error
- type GatewayList
- type GatewayPublicIPAssociation
- func (in *GatewayPublicIPAssociation) DeepCopy() *GatewayPublicIPAssociation
- func (in *GatewayPublicIPAssociation) DeepCopyInto(out *GatewayPublicIPAssociation)
- func (in *GatewayPublicIPAssociation) DeepCopyObject() runtime.Object
- func (r *GatewayPublicIPAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *GatewayPublicIPAssociation) ValidateCreate() error
- func (r *GatewayPublicIPAssociation) ValidateDelete() error
- func (r *GatewayPublicIPAssociation) ValidateUpdate(old runtime.Object) error
- type GatewayPublicIPAssociationList
- type GatewayPublicIPAssociationSpec
- type GatewayPublicIPAssociationSpecResource
- type GatewayPublicIPAssociationStatus
- type GatewayPublicIPPrefixAssociation
- func (in *GatewayPublicIPPrefixAssociation) DeepCopy() *GatewayPublicIPPrefixAssociation
- func (in *GatewayPublicIPPrefixAssociation) DeepCopyInto(out *GatewayPublicIPPrefixAssociation)
- func (in *GatewayPublicIPPrefixAssociation) DeepCopyObject() runtime.Object
- func (r *GatewayPublicIPPrefixAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *GatewayPublicIPPrefixAssociation) ValidateCreate() error
- func (r *GatewayPublicIPPrefixAssociation) ValidateDelete() error
- func (r *GatewayPublicIPPrefixAssociation) ValidateUpdate(old runtime.Object) error
- type GatewayPublicIPPrefixAssociationList
- type GatewayPublicIPPrefixAssociationSpec
- type GatewayPublicIPPrefixAssociationSpecResource
- type GatewayPublicIPPrefixAssociationStatus
- type GatewaySpec
- type GatewaySpecResource
- type GatewayStatus
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: nat.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 Gateway ¶
type Gateway struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec GatewaySpec `json:"spec,omitempty"` Status GatewayStatus `json:"status,omitempty"` }
func (*Gateway) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Gateway.
func (*Gateway) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Gateway) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Gateway) SetupWebhookWithManager ¶
func (*Gateway) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Gateway) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type GatewayList ¶
type GatewayList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Gateway CRD objects Items []Gateway `json:"items,omitempty"` }
GatewayList is a list of Gateways
func (*GatewayList) DeepCopy ¶
func (in *GatewayList) DeepCopy() *GatewayList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayList.
func (*GatewayList) DeepCopyInto ¶
func (in *GatewayList) DeepCopyInto(out *GatewayList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GatewayList) DeepCopyObject ¶
func (in *GatewayList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GatewayPublicIPAssociation ¶
type GatewayPublicIPAssociation struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec GatewayPublicIPAssociationSpec `json:"spec,omitempty"` Status GatewayPublicIPAssociationStatus `json:"status,omitempty"` }
func (*GatewayPublicIPAssociation) DeepCopy ¶
func (in *GatewayPublicIPAssociation) DeepCopy() *GatewayPublicIPAssociation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayPublicIPAssociation.
func (*GatewayPublicIPAssociation) DeepCopyInto ¶
func (in *GatewayPublicIPAssociation) DeepCopyInto(out *GatewayPublicIPAssociation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GatewayPublicIPAssociation) DeepCopyObject ¶
func (in *GatewayPublicIPAssociation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*GatewayPublicIPAssociation) SetupWebhookWithManager ¶
func (r *GatewayPublicIPAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*GatewayPublicIPAssociation) ValidateCreate ¶
func (r *GatewayPublicIPAssociation) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*GatewayPublicIPAssociation) ValidateDelete ¶
func (r *GatewayPublicIPAssociation) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*GatewayPublicIPAssociation) ValidateUpdate ¶
func (r *GatewayPublicIPAssociation) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type GatewayPublicIPAssociationList ¶
type GatewayPublicIPAssociationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of GatewayPublicIPAssociation CRD objects Items []GatewayPublicIPAssociation `json:"items,omitempty"` }
GatewayPublicIPAssociationList is a list of GatewayPublicIPAssociations
func (*GatewayPublicIPAssociationList) DeepCopy ¶
func (in *GatewayPublicIPAssociationList) DeepCopy() *GatewayPublicIPAssociationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayPublicIPAssociationList.
func (*GatewayPublicIPAssociationList) DeepCopyInto ¶
func (in *GatewayPublicIPAssociationList) DeepCopyInto(out *GatewayPublicIPAssociationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GatewayPublicIPAssociationList) DeepCopyObject ¶
func (in *GatewayPublicIPAssociationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GatewayPublicIPAssociationSpec ¶
type GatewayPublicIPAssociationSpec struct { State *GatewayPublicIPAssociationSpecResource `json:"state,omitempty" tf:"-"` Resource GatewayPublicIPAssociationSpecResource `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 (*GatewayPublicIPAssociationSpec) DeepCopy ¶
func (in *GatewayPublicIPAssociationSpec) DeepCopy() *GatewayPublicIPAssociationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayPublicIPAssociationSpec.
func (*GatewayPublicIPAssociationSpec) DeepCopyInto ¶
func (in *GatewayPublicIPAssociationSpec) DeepCopyInto(out *GatewayPublicIPAssociationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GatewayPublicIPAssociationSpecResource ¶
type GatewayPublicIPAssociationSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` NatGatewayID *string `json:"natGatewayID" tf:"nat_gateway_id"` PublicIPAddressID *string `json:"publicIPAddressID" tf:"public_ip_address_id"` }
func (*GatewayPublicIPAssociationSpecResource) DeepCopy ¶
func (in *GatewayPublicIPAssociationSpecResource) DeepCopy() *GatewayPublicIPAssociationSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayPublicIPAssociationSpecResource.
func (*GatewayPublicIPAssociationSpecResource) DeepCopyInto ¶
func (in *GatewayPublicIPAssociationSpecResource) DeepCopyInto(out *GatewayPublicIPAssociationSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GatewayPublicIPAssociationStatus ¶
type GatewayPublicIPAssociationStatus 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 (*GatewayPublicIPAssociationStatus) DeepCopy ¶
func (in *GatewayPublicIPAssociationStatus) DeepCopy() *GatewayPublicIPAssociationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayPublicIPAssociationStatus.
func (*GatewayPublicIPAssociationStatus) DeepCopyInto ¶
func (in *GatewayPublicIPAssociationStatus) DeepCopyInto(out *GatewayPublicIPAssociationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GatewayPublicIPPrefixAssociation ¶
type GatewayPublicIPPrefixAssociation struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec GatewayPublicIPPrefixAssociationSpec `json:"spec,omitempty"` Status GatewayPublicIPPrefixAssociationStatus `json:"status,omitempty"` }
func (*GatewayPublicIPPrefixAssociation) DeepCopy ¶
func (in *GatewayPublicIPPrefixAssociation) DeepCopy() *GatewayPublicIPPrefixAssociation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayPublicIPPrefixAssociation.
func (*GatewayPublicIPPrefixAssociation) DeepCopyInto ¶
func (in *GatewayPublicIPPrefixAssociation) DeepCopyInto(out *GatewayPublicIPPrefixAssociation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GatewayPublicIPPrefixAssociation) DeepCopyObject ¶
func (in *GatewayPublicIPPrefixAssociation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*GatewayPublicIPPrefixAssociation) SetupWebhookWithManager ¶
func (r *GatewayPublicIPPrefixAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*GatewayPublicIPPrefixAssociation) ValidateCreate ¶
func (r *GatewayPublicIPPrefixAssociation) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*GatewayPublicIPPrefixAssociation) ValidateDelete ¶
func (r *GatewayPublicIPPrefixAssociation) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*GatewayPublicIPPrefixAssociation) ValidateUpdate ¶
func (r *GatewayPublicIPPrefixAssociation) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type GatewayPublicIPPrefixAssociationList ¶
type GatewayPublicIPPrefixAssociationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of GatewayPublicIPPrefixAssociation CRD objects Items []GatewayPublicIPPrefixAssociation `json:"items,omitempty"` }
GatewayPublicIPPrefixAssociationList is a list of GatewayPublicIPPrefixAssociations
func (*GatewayPublicIPPrefixAssociationList) DeepCopy ¶
func (in *GatewayPublicIPPrefixAssociationList) DeepCopy() *GatewayPublicIPPrefixAssociationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayPublicIPPrefixAssociationList.
func (*GatewayPublicIPPrefixAssociationList) DeepCopyInto ¶
func (in *GatewayPublicIPPrefixAssociationList) DeepCopyInto(out *GatewayPublicIPPrefixAssociationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GatewayPublicIPPrefixAssociationList) DeepCopyObject ¶
func (in *GatewayPublicIPPrefixAssociationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GatewayPublicIPPrefixAssociationSpec ¶
type GatewayPublicIPPrefixAssociationSpec struct { State *GatewayPublicIPPrefixAssociationSpecResource `json:"state,omitempty" tf:"-"` Resource GatewayPublicIPPrefixAssociationSpecResource `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 (*GatewayPublicIPPrefixAssociationSpec) DeepCopy ¶
func (in *GatewayPublicIPPrefixAssociationSpec) DeepCopy() *GatewayPublicIPPrefixAssociationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayPublicIPPrefixAssociationSpec.
func (*GatewayPublicIPPrefixAssociationSpec) DeepCopyInto ¶
func (in *GatewayPublicIPPrefixAssociationSpec) DeepCopyInto(out *GatewayPublicIPPrefixAssociationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GatewayPublicIPPrefixAssociationSpecResource ¶
type GatewayPublicIPPrefixAssociationSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` NatGatewayID *string `json:"natGatewayID" tf:"nat_gateway_id"` PublicIPPrefixID *string `json:"publicIPPrefixID" tf:"public_ip_prefix_id"` }
func (*GatewayPublicIPPrefixAssociationSpecResource) DeepCopy ¶
func (in *GatewayPublicIPPrefixAssociationSpecResource) DeepCopy() *GatewayPublicIPPrefixAssociationSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayPublicIPPrefixAssociationSpecResource.
func (*GatewayPublicIPPrefixAssociationSpecResource) DeepCopyInto ¶
func (in *GatewayPublicIPPrefixAssociationSpecResource) DeepCopyInto(out *GatewayPublicIPPrefixAssociationSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GatewayPublicIPPrefixAssociationStatus ¶
type GatewayPublicIPPrefixAssociationStatus 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 (*GatewayPublicIPPrefixAssociationStatus) DeepCopy ¶
func (in *GatewayPublicIPPrefixAssociationStatus) DeepCopy() *GatewayPublicIPPrefixAssociationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayPublicIPPrefixAssociationStatus.
func (*GatewayPublicIPPrefixAssociationStatus) DeepCopyInto ¶
func (in *GatewayPublicIPPrefixAssociationStatus) DeepCopyInto(out *GatewayPublicIPPrefixAssociationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GatewaySpec ¶
type GatewaySpec struct { State *GatewaySpecResource `json:"state,omitempty" tf:"-"` Resource GatewaySpecResource `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 (*GatewaySpec) DeepCopy ¶
func (in *GatewaySpec) DeepCopy() *GatewaySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewaySpec.
func (*GatewaySpec) DeepCopyInto ¶
func (in *GatewaySpec) DeepCopyInto(out *GatewaySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GatewaySpecResource ¶
type GatewaySpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional IdleTimeoutInMinutes *int64 `json:"idleTimeoutInMinutes,omitempty" tf:"idle_timeout_in_minutes"` Location *string `json:"location" tf:"location"` Name *string `json:"name" tf:"name"` // +optional // Deprecated PublicIPAddressIDS []string `json:"publicIPAddressIDS,omitempty" tf:"public_ip_address_ids"` // +optional // Deprecated PublicIPPrefixIDS []string `json:"publicIPPrefixIDS,omitempty" tf:"public_ip_prefix_ids"` ResourceGroupName *string `json:"resourceGroupName" tf:"resource_group_name"` // +optional ResourceGuid *string `json:"resourceGuid,omitempty" tf:"resource_guid"` // +optional SkuName *string `json:"skuName,omitempty" tf:"sku_name"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` // +optional Zones []string `json:"zones,omitempty" tf:"zones"` }
func (*GatewaySpecResource) DeepCopy ¶
func (in *GatewaySpecResource) DeepCopy() *GatewaySpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewaySpecResource.
func (*GatewaySpecResource) DeepCopyInto ¶
func (in *GatewaySpecResource) DeepCopyInto(out *GatewaySpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GatewayStatus ¶
type GatewayStatus 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 (*GatewayStatus) DeepCopy ¶
func (in *GatewayStatus) DeepCopy() *GatewayStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayStatus.
func (*GatewayStatus) DeepCopyInto ¶
func (in *GatewayStatus) DeepCopyInto(out *GatewayStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.