Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 v0.4.0 Oct 28, 2021 Changes in this version type VswitchSpec + BackendRef *core.LocalObjectReference v0.3.0 Aug 2, 2021 Changes in this version + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + 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 struct + Spec VswitchSpec + Status VswitchStatus + 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 struct + Items []Vswitch + func (in *VswitchList) DeepCopy() *VswitchList + func (in *VswitchList) DeepCopyInto(out *VswitchList) + func (in *VswitchList) DeepCopyObject() runtime.Object + type VswitchSpec struct + ProviderRef core.LocalObjectReference + Resource VswitchSpecResource + State *VswitchSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *VswitchSpec) DeepCopy() *VswitchSpec + func (in *VswitchSpec) DeepCopyInto(out *VswitchSpec) + type VswitchSpecResource struct + AvailabilityZone *string + CidrBlock *string + Description *string + ID string + Name *string + Status *string + Tags map[string]string + Timeouts *base.ResourceTimeout + VpcID *string + VswitchName *string + ZoneID *string + func (in *VswitchSpecResource) DeepCopy() *VswitchSpecResource + func (in *VswitchSpecResource) DeepCopyInto(out *VswitchSpecResource) + type VswitchStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *VswitchStatus) DeepCopy() *VswitchStatus + func (in *VswitchStatus) DeepCopyInto(out *VswitchStatus)