Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 v0.4.0 Oct 20, 2021 Changes in this version type VlanFirewallSpec + 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 VlanFirewall struct + Spec VlanFirewallSpec + Status VlanFirewallStatus + func (in *VlanFirewall) DeepCopy() *VlanFirewall + func (in *VlanFirewall) DeepCopyInto(out *VlanFirewall) + func (in *VlanFirewall) DeepCopyObject() runtime.Object + func (r *VlanFirewall) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *VlanFirewall) ValidateCreate() error + func (r *VlanFirewall) ValidateDelete() error + func (r *VlanFirewall) ValidateUpdate(old runtime.Object) error + type VlanFirewallList struct + Items []VlanFirewall + func (in *VlanFirewallList) DeepCopy() *VlanFirewallList + func (in *VlanFirewallList) DeepCopyInto(out *VlanFirewallList) + func (in *VlanFirewallList) DeepCopyObject() runtime.Object + type VlanFirewallSpec struct + ProviderRef core.LocalObjectReference + Resource VlanFirewallSpecResource + SecretRef *core.LocalObjectReference + State *VlanFirewallSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *VlanFirewallSpec) DeepCopy() *VlanFirewallSpec + func (in *VlanFirewallSpec) DeepCopyInto(out *VlanFirewallSpec) + type VlanFirewallSpecResource struct + AddonConfiguration []string + Datacenter *string + FirewallType *string + ID string + Name *string + Password *string + Pod *string + PrivateIP *string + PrivateVLANID *int64 + PublicIP *string + PublicIpv6 *string + PublicVLANID *int64 + Username *string + func (in *VlanFirewallSpecResource) DeepCopy() *VlanFirewallSpecResource + func (in *VlanFirewallSpecResource) DeepCopyInto(out *VlanFirewallSpecResource) + type VlanFirewallStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *VlanFirewallStatus) DeepCopy() *VlanFirewallStatus + func (in *VlanFirewallStatus) DeepCopyInto(out *VlanFirewallStatus)