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 IpSpec + BackendRef *core.LocalObjectReference v0.3.0 Jul 29, 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 Ip struct + Spec IpSpec + Status IpStatus + func (in *Ip) DeepCopy() *Ip + func (in *Ip) DeepCopyInto(out *Ip) + func (in *Ip) DeepCopyObject() runtime.Object + func (r *Ip) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Ip) ValidateCreate() error + func (r *Ip) ValidateDelete() error + func (r *Ip) ValidateUpdate(old runtime.Object) error + type IpList struct + Items []Ip + func (in *IpList) DeepCopy() *IpList + func (in *IpList) DeepCopyInto(out *IpList) + func (in *IpList) DeepCopyObject() runtime.Object + type IpSpec struct + ProviderRef core.LocalObjectReference + Resource IpSpecResource + State *IpSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *IpSpec) DeepCopy() *IpSpec + func (in *IpSpec) DeepCopyInto(out *IpSpec) + type IpSpecResource struct + ID string + InstanceID *string + IpType *string + Label *string + Region *string + Subnet *string + SubnetSize *int64 + func (in *IpSpecResource) DeepCopy() *IpSpecResource + func (in *IpSpecResource) DeepCopyInto(out *IpSpecResource) + type IpStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *IpStatus) DeepCopy() *IpStatus + func (in *IpStatus) DeepCopyInto(out *IpStatus)