Documentation ¶
Overview ¶
+groupName=eipanycast.alicloud.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 AnycastEipAddress
- func (in *AnycastEipAddress) DeepCopy() *AnycastEipAddress
- func (in *AnycastEipAddress) DeepCopyInto(out *AnycastEipAddress)
- func (in *AnycastEipAddress) DeepCopyObject() runtime.Object
- func (r *AnycastEipAddress) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *AnycastEipAddress) ValidateCreate() error
- func (r *AnycastEipAddress) ValidateDelete() error
- func (r *AnycastEipAddress) ValidateUpdate(old runtime.Object) error
- type AnycastEipAddressAttachment
- func (in *AnycastEipAddressAttachment) DeepCopy() *AnycastEipAddressAttachment
- func (in *AnycastEipAddressAttachment) DeepCopyInto(out *AnycastEipAddressAttachment)
- func (in *AnycastEipAddressAttachment) DeepCopyObject() runtime.Object
- func (r *AnycastEipAddressAttachment) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *AnycastEipAddressAttachment) ValidateCreate() error
- func (r *AnycastEipAddressAttachment) ValidateDelete() error
- func (r *AnycastEipAddressAttachment) ValidateUpdate(old runtime.Object) error
- type AnycastEipAddressAttachmentList
- type AnycastEipAddressAttachmentSpec
- type AnycastEipAddressAttachmentSpecResource
- type AnycastEipAddressAttachmentStatus
- type AnycastEipAddressList
- type AnycastEipAddressSpec
- type AnycastEipAddressSpecResource
- type AnycastEipAddressStatus
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: eipanycast.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 AnycastEipAddress ¶
type AnycastEipAddress struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AnycastEipAddressSpec `json:"spec,omitempty"` Status AnycastEipAddressStatus `json:"status,omitempty"` }
func (*AnycastEipAddress) DeepCopy ¶
func (in *AnycastEipAddress) DeepCopy() *AnycastEipAddress
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnycastEipAddress.
func (*AnycastEipAddress) DeepCopyInto ¶
func (in *AnycastEipAddress) DeepCopyInto(out *AnycastEipAddress)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AnycastEipAddress) DeepCopyObject ¶
func (in *AnycastEipAddress) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AnycastEipAddress) SetupWebhookWithManager ¶
func (r *AnycastEipAddress) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*AnycastEipAddress) ValidateCreate ¶
func (r *AnycastEipAddress) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*AnycastEipAddress) ValidateDelete ¶
func (r *AnycastEipAddress) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*AnycastEipAddress) ValidateUpdate ¶
func (r *AnycastEipAddress) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type AnycastEipAddressAttachment ¶
type AnycastEipAddressAttachment struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AnycastEipAddressAttachmentSpec `json:"spec,omitempty"` Status AnycastEipAddressAttachmentStatus `json:"status,omitempty"` }
func (*AnycastEipAddressAttachment) DeepCopy ¶
func (in *AnycastEipAddressAttachment) DeepCopy() *AnycastEipAddressAttachment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnycastEipAddressAttachment.
func (*AnycastEipAddressAttachment) DeepCopyInto ¶
func (in *AnycastEipAddressAttachment) DeepCopyInto(out *AnycastEipAddressAttachment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AnycastEipAddressAttachment) DeepCopyObject ¶
func (in *AnycastEipAddressAttachment) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AnycastEipAddressAttachment) SetupWebhookWithManager ¶
func (r *AnycastEipAddressAttachment) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*AnycastEipAddressAttachment) ValidateCreate ¶
func (r *AnycastEipAddressAttachment) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*AnycastEipAddressAttachment) ValidateDelete ¶
func (r *AnycastEipAddressAttachment) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*AnycastEipAddressAttachment) ValidateUpdate ¶
func (r *AnycastEipAddressAttachment) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type AnycastEipAddressAttachmentList ¶
type AnycastEipAddressAttachmentList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of AnycastEipAddressAttachment CRD objects Items []AnycastEipAddressAttachment `json:"items,omitempty"` }
AnycastEipAddressAttachmentList is a list of AnycastEipAddressAttachments
func (*AnycastEipAddressAttachmentList) DeepCopy ¶
func (in *AnycastEipAddressAttachmentList) DeepCopy() *AnycastEipAddressAttachmentList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnycastEipAddressAttachmentList.
func (*AnycastEipAddressAttachmentList) DeepCopyInto ¶
func (in *AnycastEipAddressAttachmentList) DeepCopyInto(out *AnycastEipAddressAttachmentList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AnycastEipAddressAttachmentList) DeepCopyObject ¶
func (in *AnycastEipAddressAttachmentList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AnycastEipAddressAttachmentSpec ¶
type AnycastEipAddressAttachmentSpec struct { State *AnycastEipAddressAttachmentSpecResource `json:"state,omitempty" tf:"-"` Resource AnycastEipAddressAttachmentSpecResource `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 (*AnycastEipAddressAttachmentSpec) DeepCopy ¶
func (in *AnycastEipAddressAttachmentSpec) DeepCopy() *AnycastEipAddressAttachmentSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnycastEipAddressAttachmentSpec.
func (*AnycastEipAddressAttachmentSpec) DeepCopyInto ¶
func (in *AnycastEipAddressAttachmentSpec) DeepCopyInto(out *AnycastEipAddressAttachmentSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AnycastEipAddressAttachmentSpecResource ¶
type AnycastEipAddressAttachmentSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` AnycastID *string `json:"anycastID" tf:"anycast_id"` BindInstanceID *string `json:"bindInstanceID" tf:"bind_instance_id"` BindInstanceRegionID *string `json:"bindInstanceRegionID" tf:"bind_instance_region_id"` BindInstanceType *string `json:"bindInstanceType" tf:"bind_instance_type"` // +optional BindTime *string `json:"bindTime,omitempty" tf:"bind_time"` }
func (*AnycastEipAddressAttachmentSpecResource) DeepCopy ¶
func (in *AnycastEipAddressAttachmentSpecResource) DeepCopy() *AnycastEipAddressAttachmentSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnycastEipAddressAttachmentSpecResource.
func (*AnycastEipAddressAttachmentSpecResource) DeepCopyInto ¶
func (in *AnycastEipAddressAttachmentSpecResource) DeepCopyInto(out *AnycastEipAddressAttachmentSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AnycastEipAddressAttachmentStatus ¶
type AnycastEipAddressAttachmentStatus 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 (*AnycastEipAddressAttachmentStatus) DeepCopy ¶
func (in *AnycastEipAddressAttachmentStatus) DeepCopy() *AnycastEipAddressAttachmentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnycastEipAddressAttachmentStatus.
func (*AnycastEipAddressAttachmentStatus) DeepCopyInto ¶
func (in *AnycastEipAddressAttachmentStatus) DeepCopyInto(out *AnycastEipAddressAttachmentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AnycastEipAddressList ¶
type AnycastEipAddressList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of AnycastEipAddress CRD objects Items []AnycastEipAddress `json:"items,omitempty"` }
AnycastEipAddressList is a list of AnycastEipAddresss
func (*AnycastEipAddressList) DeepCopy ¶
func (in *AnycastEipAddressList) DeepCopy() *AnycastEipAddressList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnycastEipAddressList.
func (*AnycastEipAddressList) DeepCopyInto ¶
func (in *AnycastEipAddressList) DeepCopyInto(out *AnycastEipAddressList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AnycastEipAddressList) DeepCopyObject ¶
func (in *AnycastEipAddressList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AnycastEipAddressSpec ¶
type AnycastEipAddressSpec struct { State *AnycastEipAddressSpecResource `json:"state,omitempty" tf:"-"` Resource AnycastEipAddressSpecResource `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 (*AnycastEipAddressSpec) DeepCopy ¶
func (in *AnycastEipAddressSpec) DeepCopy() *AnycastEipAddressSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnycastEipAddressSpec.
func (*AnycastEipAddressSpec) DeepCopyInto ¶
func (in *AnycastEipAddressSpec) DeepCopyInto(out *AnycastEipAddressSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AnycastEipAddressSpecResource ¶
type AnycastEipAddressSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional AnycastEipAddressName *string `json:"anycastEipAddressName,omitempty" tf:"anycast_eip_address_name"` // +optional Bandwidth *int64 `json:"bandwidth,omitempty" tf:"bandwidth"` // +optional Description *string `json:"description,omitempty" tf:"description"` // +optional InternetChargeType *string `json:"internetChargeType,omitempty" tf:"internet_charge_type"` // +optional PaymentType *string `json:"paymentType,omitempty" tf:"payment_type"` ServiceLocation *string `json:"serviceLocation" tf:"service_location"` // +optional Status *string `json:"status,omitempty" tf:"status"` }
func (*AnycastEipAddressSpecResource) DeepCopy ¶
func (in *AnycastEipAddressSpecResource) DeepCopy() *AnycastEipAddressSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnycastEipAddressSpecResource.
func (*AnycastEipAddressSpecResource) DeepCopyInto ¶
func (in *AnycastEipAddressSpecResource) DeepCopyInto(out *AnycastEipAddressSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AnycastEipAddressStatus ¶
type AnycastEipAddressStatus 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 (*AnycastEipAddressStatus) DeepCopy ¶
func (in *AnycastEipAddressStatus) DeepCopy() *AnycastEipAddressStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AnycastEipAddressStatus.
func (*AnycastEipAddressStatus) DeepCopyInto ¶
func (in *AnycastEipAddressStatus) DeepCopyInto(out *AnycastEipAddressStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.