Versions in this module Expand all Collapse all v1 v1.0.8 Jan 5, 2021 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type FloatingIP struct + Spec FloatingIPSpec + func (in *FloatingIP) DeepCopy() *FloatingIP + func (in *FloatingIP) DeepCopyInto(out *FloatingIP) + func (in *FloatingIP) DeepCopyObject() runtime.Object + type FloatingIPList struct + Items []FloatingIP + func (in *FloatingIPList) DeepCopy() *FloatingIPList + func (in *FloatingIPList) DeepCopyInto(out *FloatingIPList) + func (in *FloatingIPList) DeepCopyObject() runtime.Object + type FloatingIPSpec struct + Attribute string + Key string + Policy constant.ReleasePolicy + UpdateTime metav1.Time + func (in *FloatingIPSpec) DeepCopy() *FloatingIPSpec + func (in *FloatingIPSpec) DeepCopyInto(out *FloatingIPSpec) + type Pool struct + PreAllocateIP bool + Size int + func (in *Pool) DeepCopy() *Pool + func (in *Pool) DeepCopyInto(out *Pool) + func (in *Pool) DeepCopyObject() runtime.Object + type PoolList struct + Items []Pool + func (in *PoolList) DeepCopy() *PoolList + func (in *PoolList) DeepCopyInto(out *PoolList) + func (in *PoolList) DeepCopyObject() runtime.Object v1.0.8-rc1 Dec 21, 2020 v1.0.6-rc3 Sep 4, 2020