Documentation ¶
Overview ¶
+groupName=internet.aws.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 GatewayAttachment
- func (in *GatewayAttachment) DeepCopy() *GatewayAttachment
- func (in *GatewayAttachment) DeepCopyInto(out *GatewayAttachment)
- func (in *GatewayAttachment) DeepCopyObject() runtime.Object
- func (r *GatewayAttachment) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *GatewayAttachment) ValidateCreate() error
- func (r *GatewayAttachment) ValidateDelete() error
- func (r *GatewayAttachment) ValidateUpdate(old runtime.Object) error
- type GatewayAttachmentList
- type GatewayAttachmentSpec
- type GatewayAttachmentSpecResource
- type GatewayAttachmentStatus
- type GatewayList
- 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: internet.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 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 GatewayAttachment ¶ added in v0.5.0
type GatewayAttachment struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec GatewayAttachmentSpec `json:"spec,omitempty"` Status GatewayAttachmentStatus `json:"status,omitempty"` }
func (*GatewayAttachment) DeepCopy ¶ added in v0.5.0
func (in *GatewayAttachment) DeepCopy() *GatewayAttachment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayAttachment.
func (*GatewayAttachment) DeepCopyInto ¶ added in v0.5.0
func (in *GatewayAttachment) DeepCopyInto(out *GatewayAttachment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GatewayAttachment) DeepCopyObject ¶ added in v0.5.0
func (in *GatewayAttachment) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*GatewayAttachment) SetupWebhookWithManager ¶ added in v0.5.0
func (r *GatewayAttachment) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*GatewayAttachment) ValidateCreate ¶ added in v0.5.0
func (r *GatewayAttachment) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*GatewayAttachment) ValidateDelete ¶ added in v0.5.0
func (r *GatewayAttachment) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*GatewayAttachment) ValidateUpdate ¶ added in v0.5.0
func (r *GatewayAttachment) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type GatewayAttachmentList ¶ added in v0.5.0
type GatewayAttachmentList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of GatewayAttachment CRD objects Items []GatewayAttachment `json:"items,omitempty"` }
GatewayAttachmentList is a list of GatewayAttachments
func (*GatewayAttachmentList) DeepCopy ¶ added in v0.5.0
func (in *GatewayAttachmentList) DeepCopy() *GatewayAttachmentList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayAttachmentList.
func (*GatewayAttachmentList) DeepCopyInto ¶ added in v0.5.0
func (in *GatewayAttachmentList) DeepCopyInto(out *GatewayAttachmentList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GatewayAttachmentList) DeepCopyObject ¶ added in v0.5.0
func (in *GatewayAttachmentList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GatewayAttachmentSpec ¶ added in v0.5.0
type GatewayAttachmentSpec struct { State *GatewayAttachmentSpecResource `json:"state,omitempty" tf:"-"` Resource GatewayAttachmentSpecResource `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 (*GatewayAttachmentSpec) DeepCopy ¶ added in v0.5.0
func (in *GatewayAttachmentSpec) DeepCopy() *GatewayAttachmentSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayAttachmentSpec.
func (*GatewayAttachmentSpec) DeepCopyInto ¶ added in v0.5.0
func (in *GatewayAttachmentSpec) DeepCopyInto(out *GatewayAttachmentSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GatewayAttachmentSpecResource ¶ added in v0.5.0
type GatewayAttachmentSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` InternetGatewayID *string `json:"internetGatewayID" tf:"internet_gateway_id"` VpcID *string `json:"vpcID" tf:"vpc_id"` }
func (*GatewayAttachmentSpecResource) DeepCopy ¶ added in v0.5.0
func (in *GatewayAttachmentSpecResource) DeepCopy() *GatewayAttachmentSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayAttachmentSpecResource.
func (*GatewayAttachmentSpecResource) DeepCopyInto ¶ added in v0.5.0
func (in *GatewayAttachmentSpecResource) DeepCopyInto(out *GatewayAttachmentSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GatewayAttachmentStatus ¶ added in v0.5.0
type GatewayAttachmentStatus 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 (*GatewayAttachmentStatus) DeepCopy ¶ added in v0.5.0
func (in *GatewayAttachmentStatus) DeepCopy() *GatewayAttachmentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GatewayAttachmentStatus.
func (*GatewayAttachmentStatus) DeepCopyInto ¶ added in v0.5.0
func (in *GatewayAttachmentStatus) DeepCopyInto(out *GatewayAttachmentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
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 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 { ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional Arn *string `json:"arn,omitempty" tf:"arn"` // +optional OwnerID *string `json:"ownerID,omitempty" tf:"owner_id"` // +optional Tags *map[string]string `json:"tags,omitempty" tf:"tags"` // +optional TagsAll *map[string]string `json:"tagsAll,omitempty" tf:"tags_all"` // +optional VpcID *string `json:"vpcID,omitempty" tf:"vpc_id"` }
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.