Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 v0.4.0 Oct 29, 2021 Changes in this version type IpModeSpec + BackendRef *core.LocalObjectReference v0.3.0 Jul 30, 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 IpMode struct + Spec IpModeSpec + Status IpModeStatus + func (in *IpMode) DeepCopy() *IpMode + func (in *IpMode) DeepCopyInto(out *IpMode) + func (in *IpMode) DeepCopyObject() runtime.Object + func (r *IpMode) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *IpMode) ValidateCreate() error + func (r *IpMode) ValidateDelete() error + func (r *IpMode) ValidateUpdate(old runtime.Object) error + type IpModeList struct + Items []IpMode + func (in *IpModeList) DeepCopy() *IpModeList + func (in *IpModeList) DeepCopyInto(out *IpModeList) + func (in *IpModeList) DeepCopyObject() runtime.Object + type IpModeSpec struct + ProviderRef core.LocalObjectReference + Resource IpModeSpecResource + State *IpModeSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *IpModeSpec) DeepCopy() *IpModeSpec + func (in *IpModeSpec) DeepCopyInto(out *IpModeSpec) + type IpModeSpecResource struct + Enabled *bool + ID string + ProjectID *string + func (in *IpModeSpecResource) DeepCopy() *IpModeSpecResource + func (in *IpModeSpecResource) DeepCopyInto(out *IpModeSpecResource) + type IpModeStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *IpModeStatus) DeepCopy() *IpModeStatus + func (in *IpModeStatus) DeepCopyInto(out *IpModeStatus)