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: 14 Imported by: 2

Documentation

Overview

+groupName=eipanycast.alicloud.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: eipanycast.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 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

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

func (*AnycastEipAddressAttachment) DeepCopyInto

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

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

func (*AnycastEipAddressAttachmentList) DeepCopyInto

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

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

func (*AnycastEipAddressAttachmentSpec) DeepCopyInto

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

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

func (*AnycastEipAddressAttachmentSpecResource) DeepCopyInto

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

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

func (*AnycastEipAddressAttachmentStatus) DeepCopyInto

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

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

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

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

func (*AnycastEipAddressSpecResource) DeepCopyInto

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

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.

Jump to

Keyboard shortcuts

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