Documentation ¶
Overview ¶
+groupName=route.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 Entry
- func (in *Entry) DeepCopy() *Entry
- func (in *Entry) DeepCopyInto(out *Entry)
- func (in *Entry) DeepCopyObject() runtime.Object
- func (r *Entry) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Entry) ValidateCreate() error
- func (r *Entry) ValidateDelete() error
- func (r *Entry) ValidateUpdate(old runtime.Object) error
- type EntryList
- type EntrySpec
- type EntrySpecResource
- type EntryStatus
- type Table
- func (in *Table) DeepCopy() *Table
- func (in *Table) DeepCopyInto(out *Table)
- func (in *Table) DeepCopyObject() runtime.Object
- func (r *Table) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Table) ValidateCreate() error
- func (r *Table) ValidateDelete() error
- func (r *Table) ValidateUpdate(old runtime.Object) error
- type TableAttachment
- func (in *TableAttachment) DeepCopy() *TableAttachment
- func (in *TableAttachment) DeepCopyInto(out *TableAttachment)
- func (in *TableAttachment) DeepCopyObject() runtime.Object
- func (r *TableAttachment) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *TableAttachment) ValidateCreate() error
- func (r *TableAttachment) ValidateDelete() error
- func (r *TableAttachment) ValidateUpdate(old runtime.Object) error
- type TableAttachmentList
- type TableAttachmentSpec
- type TableAttachmentSpecResource
- type TableAttachmentStatus
- type TableList
- type TableSpec
- type TableSpecResource
- type TableStatus
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: route.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 Entry ¶
type Entry struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec EntrySpec `json:"spec,omitempty"` Status EntryStatus `json:"status,omitempty"` }
func (*Entry) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Entry.
func (*Entry) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Entry) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Entry) SetupWebhookWithManager ¶
func (*Entry) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Entry) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type EntryList ¶
type EntryList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Entry CRD objects Items []Entry `json:"items,omitempty"` }
EntryList is a list of Entrys
func (*EntryList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EntryList.
func (*EntryList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EntrySpec ¶
type EntrySpec struct { State *EntrySpecResource `json:"state,omitempty" tf:"-"` Resource EntrySpecResource `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 (*EntrySpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EntrySpec.
type EntrySpecResource ¶
type EntrySpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional DestinationCidrblock *string `json:"destinationCidrblock,omitempty" tf:"destination_cidrblock"` // +optional Name *string `json:"name,omitempty" tf:"name"` // +optional NexthopID *string `json:"nexthopID,omitempty" tf:"nexthop_id"` // +optional NexthopType *string `json:"nexthopType,omitempty" tf:"nexthop_type"` RouteTableID *string `json:"routeTableID" tf:"route_table_id"` // +optional // Deprecated RouterID *string `json:"routerID,omitempty" tf:"router_id"` }
func (*EntrySpecResource) DeepCopy ¶
func (in *EntrySpecResource) DeepCopy() *EntrySpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EntrySpecResource.
func (*EntrySpecResource) DeepCopyInto ¶
func (in *EntrySpecResource) DeepCopyInto(out *EntrySpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type EntryStatus ¶
type EntryStatus 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 (*EntryStatus) DeepCopy ¶
func (in *EntryStatus) DeepCopy() *EntryStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EntryStatus.
func (*EntryStatus) DeepCopyInto ¶
func (in *EntryStatus) DeepCopyInto(out *EntryStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Table ¶
type Table struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec TableSpec `json:"spec,omitempty"` Status TableStatus `json:"status,omitempty"` }
func (*Table) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Table.
func (*Table) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Table) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Table) SetupWebhookWithManager ¶
func (*Table) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Table) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type TableAttachment ¶
type TableAttachment struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec TableAttachmentSpec `json:"spec,omitempty"` Status TableAttachmentStatus `json:"status,omitempty"` }
func (*TableAttachment) DeepCopy ¶
func (in *TableAttachment) DeepCopy() *TableAttachment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TableAttachment.
func (*TableAttachment) DeepCopyInto ¶
func (in *TableAttachment) DeepCopyInto(out *TableAttachment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TableAttachment) DeepCopyObject ¶
func (in *TableAttachment) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*TableAttachment) SetupWebhookWithManager ¶
func (r *TableAttachment) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*TableAttachment) ValidateCreate ¶
func (r *TableAttachment) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*TableAttachment) ValidateDelete ¶
func (r *TableAttachment) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*TableAttachment) ValidateUpdate ¶
func (r *TableAttachment) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type TableAttachmentList ¶
type TableAttachmentList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of TableAttachment CRD objects Items []TableAttachment `json:"items,omitempty"` }
TableAttachmentList is a list of TableAttachments
func (*TableAttachmentList) DeepCopy ¶
func (in *TableAttachmentList) DeepCopy() *TableAttachmentList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TableAttachmentList.
func (*TableAttachmentList) DeepCopyInto ¶
func (in *TableAttachmentList) DeepCopyInto(out *TableAttachmentList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*TableAttachmentList) DeepCopyObject ¶
func (in *TableAttachmentList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type TableAttachmentSpec ¶
type TableAttachmentSpec struct { State *TableAttachmentSpecResource `json:"state,omitempty" tf:"-"` Resource TableAttachmentSpecResource `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 (*TableAttachmentSpec) DeepCopy ¶
func (in *TableAttachmentSpec) DeepCopy() *TableAttachmentSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TableAttachmentSpec.
func (*TableAttachmentSpec) DeepCopyInto ¶
func (in *TableAttachmentSpec) DeepCopyInto(out *TableAttachmentSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TableAttachmentSpecResource ¶
type TableAttachmentSpecResource struct { ID string `json:"id,omitempty" tf:"id,omitempty"` RouteTableID *string `json:"routeTableID" tf:"route_table_id"` VswitchID *string `json:"vswitchID" tf:"vswitch_id"` }
func (*TableAttachmentSpecResource) DeepCopy ¶
func (in *TableAttachmentSpecResource) DeepCopy() *TableAttachmentSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TableAttachmentSpecResource.
func (*TableAttachmentSpecResource) DeepCopyInto ¶
func (in *TableAttachmentSpecResource) DeepCopyInto(out *TableAttachmentSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TableAttachmentStatus ¶
type TableAttachmentStatus 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 (*TableAttachmentStatus) DeepCopy ¶
func (in *TableAttachmentStatus) DeepCopy() *TableAttachmentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TableAttachmentStatus.
func (*TableAttachmentStatus) DeepCopyInto ¶
func (in *TableAttachmentStatus) DeepCopyInto(out *TableAttachmentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TableList ¶
type TableList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Table CRD objects Items []Table `json:"items,omitempty"` }
TableList is a list of Tables
func (*TableList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TableList.
func (*TableList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TableSpec ¶
type TableSpec struct { State *TableSpecResource `json:"state,omitempty" tf:"-"` Resource TableSpecResource `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 (*TableSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TableSpec.
type TableSpecResource ¶
type TableSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional Description *string `json:"description,omitempty" tf:"description"` // +optional // Deprecated Name *string `json:"name,omitempty" tf:"name"` // +optional RouteTableName *string `json:"routeTableName,omitempty" tf:"route_table_name"` // +optional Status *string `json:"status,omitempty" tf:"status"` // +optional Tags map[string]string `json:"tags,omitempty" tf:"tags"` VpcID *string `json:"vpcID" tf:"vpc_id"` }
func (*TableSpecResource) DeepCopy ¶
func (in *TableSpecResource) DeepCopy() *TableSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TableSpecResource.
func (*TableSpecResource) DeepCopyInto ¶
func (in *TableSpecResource) DeepCopyInto(out *TableSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TableStatus ¶
type TableStatus 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 (*TableStatus) DeepCopy ¶
func (in *TableStatus) DeepCopy() *TableStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TableStatus.
func (*TableStatus) DeepCopyInto ¶
func (in *TableStatus) DeepCopyInto(out *TableStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.