Documentation ¶
Overview ¶
+groupName=vswitch.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 Vswitch
- func (in *Vswitch) DeepCopy() *Vswitch
- func (in *Vswitch) DeepCopyInto(out *Vswitch)
- func (in *Vswitch) DeepCopyObject() runtime.Object
- func (r *Vswitch) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Vswitch) ValidateCreate() error
- func (r *Vswitch) ValidateDelete() error
- func (r *Vswitch) ValidateUpdate(old runtime.Object) error
- type VswitchList
- type VswitchSpec
- type VswitchSpecResource
- type VswitchStatus
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: vswitch.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 Vswitch ¶
type Vswitch struct { metav1.TypeMeta `json:",inline,omitempty"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec VswitchSpec `json:"spec,omitempty"` Status VswitchStatus `json:"status,omitempty"` }
func (*Vswitch) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Vswitch.
func (*Vswitch) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Vswitch) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Vswitch) SetupWebhookWithManager ¶
func (*Vswitch) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Vswitch) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type VswitchList ¶
type VswitchList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` // Items is a list of Vswitch CRD objects Items []Vswitch `json:"items,omitempty"` }
VswitchList is a list of Vswitchs
func (*VswitchList) DeepCopy ¶
func (in *VswitchList) DeepCopy() *VswitchList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VswitchList.
func (*VswitchList) DeepCopyInto ¶
func (in *VswitchList) DeepCopyInto(out *VswitchList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VswitchList) DeepCopyObject ¶
func (in *VswitchList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type VswitchSpec ¶
type VswitchSpec struct { State *VswitchSpecResource `json:"state,omitempty" tf:"-"` Resource VswitchSpecResource `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 (*VswitchSpec) DeepCopy ¶
func (in *VswitchSpec) DeepCopy() *VswitchSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VswitchSpec.
func (*VswitchSpec) DeepCopyInto ¶
func (in *VswitchSpec) DeepCopyInto(out *VswitchSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VswitchSpecResource ¶
type VswitchSpecResource struct { Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"` ID string `json:"id,omitempty" tf:"id,omitempty"` // +optional // Deprecated AvailabilityZone *string `json:"availabilityZone,omitempty" tf:"availability_zone"` CidrBlock *string `json:"cidrBlock" tf:"cidr_block"` // +optional Description *string `json:"description,omitempty" tf:"description"` // +optional // Deprecated Name *string `json:"name,omitempty" tf:"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"` // +optional VswitchName *string `json:"vswitchName,omitempty" tf:"vswitch_name"` // +optional ZoneID *string `json:"zoneID,omitempty" tf:"zone_id"` }
func (*VswitchSpecResource) DeepCopy ¶
func (in *VswitchSpecResource) DeepCopy() *VswitchSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VswitchSpecResource.
func (*VswitchSpecResource) DeepCopyInto ¶
func (in *VswitchSpecResource) DeepCopyInto(out *VswitchSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VswitchStatus ¶
type VswitchStatus 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 (*VswitchStatus) DeepCopy ¶
func (in *VswitchStatus) DeepCopy() *VswitchStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VswitchStatus.
func (*VswitchStatus) DeepCopyInto ¶
func (in *VswitchStatus) DeepCopyInto(out *VswitchStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.