Documentation ¶
Overview ¶
+groupName=eip.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 Address
- func (in *Address) DeepCopy() *Address
- func (in *Address) DeepCopyInto(out *Address)
- func (in *Address) DeepCopyObject() runtime.Object
- func (r *Address) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Address) ValidateCreate() error
- func (r *Address) ValidateDelete() error
- func (r *Address) ValidateUpdate(old runtime.Object) error
- type AddressList
- type AddressSpec
- type AddressSpecResource
- type AddressStatus
- type Association
- func (in *Association) DeepCopy() *Association
- func (in *Association) DeepCopyInto(out *Association)
- func (in *Association) DeepCopyObject() runtime.Object
- func (r *Association) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Association) ValidateCreate() error
- func (r *Association) ValidateDelete() error
- func (r *Association) ValidateUpdate(old runtime.Object) error
- type AssociationList
- type AssociationSpec
- type AssociationSpecResource
- type AssociationStatus
- type Eip
- func (in *Eip) DeepCopy() *Eip
- func (in *Eip) DeepCopyInto(out *Eip)
- func (in *Eip) DeepCopyObject() runtime.Object
- func (r *Eip) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Eip) ValidateCreate() error
- func (r *Eip) ValidateDelete() error
- func (r *Eip) ValidateUpdate(old runtime.Object) error
- type EipList
- type EipSpec
- type EipSpecResource
- type EipStatus
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: eip.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 Address ¶
type Address struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AddressSpec `json:"spec,omitempty"` Status AddressStatus `json:"status,omitempty"` }
func (*Address) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Address.
func (*Address) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Address) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Address) SetupWebhookWithManager ¶
func (*Address) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Address) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type AddressList ¶
type AddressList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Address CRD objects Items []Address `json:"items,omitempty"` }
AddressList is a list of Addresss
func (*AddressList) DeepCopy ¶
func (in *AddressList) DeepCopy() *AddressList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddressList.
func (*AddressList) DeepCopyInto ¶
func (in *AddressList) DeepCopyInto(out *AddressList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AddressList) DeepCopyObject ¶
func (in *AddressList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AddressSpec ¶
type AddressSpec struct { State *AddressSpecResource `json:"state,omitempty" tf:"-"` Resource AddressSpecResource `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 (*AddressSpec) DeepCopy ¶
func (in *AddressSpec) DeepCopy() *AddressSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddressSpec.
func (*AddressSpec) DeepCopyInto ¶
func (in *AddressSpec) DeepCopyInto(out *AddressSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AddressSpecResource ¶
type AddressSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional ActivityID *string `json:"activityID,omitempty" tf:"activity_id"` // +optional AddressName *string `json:"addressName,omitempty" tf:"address_name"` // +optional AutoPay *bool `json:"autoPay,omitempty" tf:"auto_pay"` // +optional Bandwidth *string `json:"bandwidth,omitempty" tf:"bandwidth"` // +optional DeletionProtection *bool `json:"deletionProtection,omitempty" tf:"deletion_protection"` // +optional Description *string `json:"description,omitempty" tf:"description"` // +optional // Deprecated InstanceChargeType *string `json:"instanceChargeType,omitempty" tf:"instance_charge_type"` // +optional InternetChargeType *string `json:"internetChargeType,omitempty" tf:"internet_charge_type"` // +optional IpAddress *string `json:"ipAddress,omitempty" tf:"ip_address"` // +optional Isp *string `json:"isp,omitempty" tf:"isp"` // +optional // Deprecated Name *string `json:"name,omitempty" tf:"name"` // +optional Netmode *string `json:"netmode,omitempty" tf:"netmode"` // +optional PaymentType *string `json:"paymentType,omitempty" tf:"payment_type"` // +optional Period *int64 `json:"period,omitempty" tf:"period"` // +optional ResourceGroupID *string `json:"resourceGroupID,omitempty" tf:"resource_group_id"` // +optional Status *string `json:"status,omitempty" tf:"status"` // +optional Tags map[string]string `json:"tags,omitempty" tf:"tags"` }
func (*AddressSpecResource) DeepCopy ¶
func (in *AddressSpecResource) DeepCopy() *AddressSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddressSpecResource.
func (*AddressSpecResource) DeepCopyInto ¶
func (in *AddressSpecResource) DeepCopyInto(out *AddressSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AddressStatus ¶
type AddressStatus 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 (*AddressStatus) DeepCopy ¶
func (in *AddressStatus) DeepCopy() *AddressStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AddressStatus.
func (*AddressStatus) DeepCopyInto ¶
func (in *AddressStatus) DeepCopyInto(out *AddressStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Association ¶
type Association struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AssociationSpec `json:"spec,omitempty"` Status AssociationStatus `json:"status,omitempty"` }
func (*Association) DeepCopy ¶
func (in *Association) DeepCopy() *Association
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Association.
func (*Association) DeepCopyInto ¶
func (in *Association) DeepCopyInto(out *Association)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Association) DeepCopyObject ¶
func (in *Association) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Association) SetupWebhookWithManager ¶
func (r *Association) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*Association) ValidateCreate ¶
func (r *Association) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Association) ValidateDelete ¶
func (r *Association) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*Association) ValidateUpdate ¶
func (r *Association) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type AssociationList ¶
type AssociationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Association CRD objects Items []Association `json:"items,omitempty"` }
AssociationList is a list of Associations
func (*AssociationList) DeepCopy ¶
func (in *AssociationList) DeepCopy() *AssociationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssociationList.
func (*AssociationList) DeepCopyInto ¶
func (in *AssociationList) DeepCopyInto(out *AssociationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AssociationList) DeepCopyObject ¶
func (in *AssociationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type AssociationSpec ¶
type AssociationSpec struct { State *AssociationSpecResource `json:"state,omitempty" tf:"-"` Resource AssociationSpecResource `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 (*AssociationSpec) DeepCopy ¶
func (in *AssociationSpec) DeepCopy() *AssociationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssociationSpec.
func (*AssociationSpec) DeepCopyInto ¶
func (in *AssociationSpec) DeepCopyInto(out *AssociationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AssociationSpecResource ¶
type AssociationSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` AllocationID *string `json:"allocationID" tf:"allocation_id"` // +optional Force *bool `json:"force,omitempty" tf:"force"` InstanceID *string `json:"instanceID" tf:"instance_id"` // +optional InstanceType *string `json:"instanceType,omitempty" tf:"instance_type"` // +optional PrivateIPAddress *string `json:"privateIPAddress,omitempty" tf:"private_ip_address"` }
func (*AssociationSpecResource) DeepCopy ¶
func (in *AssociationSpecResource) DeepCopy() *AssociationSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssociationSpecResource.
func (*AssociationSpecResource) DeepCopyInto ¶
func (in *AssociationSpecResource) DeepCopyInto(out *AssociationSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AssociationStatus ¶
type AssociationStatus 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 (*AssociationStatus) DeepCopy ¶
func (in *AssociationStatus) DeepCopy() *AssociationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AssociationStatus.
func (*AssociationStatus) DeepCopyInto ¶
func (in *AssociationStatus) DeepCopyInto(out *AssociationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Eip ¶
type Eip struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec EipSpec `json:"spec,omitempty"` Status EipStatus `json:"status,omitempty"` }
func (*Eip) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Eip.
func (*Eip) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Eip) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Eip) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Eip) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type EipList ¶
type EipList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Eip CRD objects Items []Eip `json:"items,omitempty"` }
EipList is a list of Eips
func (*EipList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EipList.
func (*EipList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EipSpec ¶
type EipSpec struct { State *EipSpecResource `json:"state,omitempty" tf:"-"` Resource EipSpecResource `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 (*EipSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EipSpec.
type EipSpecResource ¶
type EipSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional ActivityID *string `json:"activityID,omitempty" tf:"activity_id"` // +optional AddressName *string `json:"addressName,omitempty" tf:"address_name"` // +optional AutoPay *bool `json:"autoPay,omitempty" tf:"auto_pay"` // +optional Bandwidth *string `json:"bandwidth,omitempty" tf:"bandwidth"` // +optional DeletionProtection *bool `json:"deletionProtection,omitempty" tf:"deletion_protection"` // +optional Description *string `json:"description,omitempty" tf:"description"` // +optional // Deprecated InstanceChargeType *string `json:"instanceChargeType,omitempty" tf:"instance_charge_type"` // +optional InternetChargeType *string `json:"internetChargeType,omitempty" tf:"internet_charge_type"` // +optional IpAddress *string `json:"ipAddress,omitempty" tf:"ip_address"` // +optional Isp *string `json:"isp,omitempty" tf:"isp"` // +optional // Deprecated Name *string `json:"name,omitempty" tf:"name"` // +optional Netmode *string `json:"netmode,omitempty" tf:"netmode"` // +optional PaymentType *string `json:"paymentType,omitempty" tf:"payment_type"` // +optional Period *int64 `json:"period,omitempty" tf:"period"` // +optional ResourceGroupID *string `json:"resourceGroupID,omitempty" tf:"resource_group_id"` // +optional Status *string `json:"status,omitempty" tf:"status"` // +optional Tags map[string]string `json:"tags,omitempty" tf:"tags"` }
func (*EipSpecResource) DeepCopy ¶
func (in *EipSpecResource) DeepCopy() *EipSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EipSpecResource.
func (*EipSpecResource) DeepCopyInto ¶
func (in *EipSpecResource) DeepCopyInto(out *EipSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EipStatus ¶
type EipStatus 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 (*EipStatus) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EipStatus.