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 IpAddressSpec + 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 IpAddress struct + Spec IpAddressSpec + Status IpAddressStatus + func (in *IpAddress) DeepCopy() *IpAddress + func (in *IpAddress) DeepCopyInto(out *IpAddress) + func (in *IpAddress) DeepCopyObject() runtime.Object + func (r *IpAddress) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *IpAddress) ValidateCreate() error + func (r *IpAddress) ValidateDelete() error + func (r *IpAddress) ValidateUpdate(old runtime.Object) error + type IpAddressList struct + Items []IpAddress + func (in *IpAddressList) DeepCopy() *IpAddressList + func (in *IpAddressList) DeepCopyInto(out *IpAddressList) + func (in *IpAddressList) DeepCopyObject() runtime.Object + type IpAddressSpec struct + ProviderRef core.LocalObjectReference + Resource IpAddressSpecResource + State *IpAddressSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *IpAddressSpec) DeepCopy() *IpAddressSpec + func (in *IpAddressSpec) DeepCopyInto(out *IpAddressSpec) + type IpAddressSpecResource struct + Access *string + Family *string + ID string + IpAddress *string + MacAddress *string + Zone *string + func (in *IpAddressSpecResource) DeepCopy() *IpAddressSpecResource + func (in *IpAddressSpecResource) DeepCopyInto(out *IpAddressSpecResource) + type IpAddressStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *IpAddressStatus) DeepCopy() *IpAddressStatus + func (in *IpAddressStatus) DeepCopyInto(out *IpAddressStatus)