Versions in this module Expand all Collapse all v0 v0.1.1 Apr 11, 2023 v0.1.0 Mar 27, 2023 Changes in this version + type PrefixAllocationApplyConfiguration struct + Spec *PrefixAllocationSpecApplyConfiguration + Status *PrefixAllocationStatusApplyConfiguration + func ExtractPrefixAllocation(prefixAllocation *ipamv1alpha1.PrefixAllocation, fieldManager string) (*PrefixAllocationApplyConfiguration, error) + func ExtractPrefixAllocationStatus(prefixAllocation *ipamv1alpha1.PrefixAllocation, fieldManager string) (*PrefixAllocationApplyConfiguration, error) + func PrefixAllocation(name, namespace string) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithAPIVersion(value string) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithAnnotations(entries map[string]string) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithCreationTimestamp(value metav1.Time) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithFinalizers(values ...string) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithGenerateName(value string) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithGeneration(value int64) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithKind(value string) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithLabels(entries map[string]string) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithName(value string) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithNamespace(value string) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithResourceVersion(value string) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithSpec(value *PrefixAllocationSpecApplyConfiguration) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithStatus(value *PrefixAllocationStatusApplyConfiguration) *PrefixAllocationApplyConfiguration + func (b *PrefixAllocationApplyConfiguration) WithUID(value types.UID) *PrefixAllocationApplyConfiguration + type PrefixAllocationSpecApplyConfiguration struct + IPFamily *v1.IPFamily + Prefix *v1alpha1.IPPrefix + PrefixLength *int32 + PrefixRef *v1.LocalObjectReference + PrefixSelector *metav1.LabelSelectorApplyConfiguration + func PrefixAllocationSpec() *PrefixAllocationSpecApplyConfiguration + func (b *PrefixAllocationSpecApplyConfiguration) WithIPFamily(value v1.IPFamily) *PrefixAllocationSpecApplyConfiguration + func (b *PrefixAllocationSpecApplyConfiguration) WithPrefix(value v1alpha1.IPPrefix) *PrefixAllocationSpecApplyConfiguration + func (b *PrefixAllocationSpecApplyConfiguration) WithPrefixLength(value int32) *PrefixAllocationSpecApplyConfiguration + func (b *PrefixAllocationSpecApplyConfiguration) WithPrefixRef(value v1.LocalObjectReference) *PrefixAllocationSpecApplyConfiguration + func (b *PrefixAllocationSpecApplyConfiguration) WithPrefixSelector(value *metav1.LabelSelectorApplyConfiguration) *PrefixAllocationSpecApplyConfiguration + type PrefixAllocationStatusApplyConfiguration struct + LastPhaseTransitionTime *v1.Time + Phase *ipamv1alpha1.PrefixAllocationPhase + Prefix *v1alpha1.IPPrefix + func PrefixAllocationStatus() *PrefixAllocationStatusApplyConfiguration + func (b *PrefixAllocationStatusApplyConfiguration) WithLastPhaseTransitionTime(value v1.Time) *PrefixAllocationStatusApplyConfiguration + func (b *PrefixAllocationStatusApplyConfiguration) WithPhase(value ipamv1alpha1.PrefixAllocationPhase) *PrefixAllocationStatusApplyConfiguration + func (b *PrefixAllocationStatusApplyConfiguration) WithPrefix(value v1alpha1.IPPrefix) *PrefixAllocationStatusApplyConfiguration + type PrefixApplyConfiguration struct + Spec *PrefixSpecApplyConfiguration + Status *PrefixStatusApplyConfiguration + func ExtractPrefix(prefix *ipamv1alpha1.Prefix, fieldManager string) (*PrefixApplyConfiguration, error) + func ExtractPrefixStatus(prefix *ipamv1alpha1.Prefix, fieldManager string) (*PrefixApplyConfiguration, error) + func Prefix(name, namespace string) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithAPIVersion(value string) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithAnnotations(entries map[string]string) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithCreationTimestamp(value metav1.Time) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithFinalizers(values ...string) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithGenerateName(value string) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithGeneration(value int64) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithKind(value string) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithLabels(entries map[string]string) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithName(value string) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithNamespace(value string) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithResourceVersion(value string) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithSpec(value *PrefixSpecApplyConfiguration) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithStatus(value *PrefixStatusApplyConfiguration) *PrefixApplyConfiguration + func (b *PrefixApplyConfiguration) WithUID(value types.UID) *PrefixApplyConfiguration + type PrefixSpecApplyConfiguration struct + IPFamily *v1.IPFamily + ParentRef *v1.LocalObjectReference + ParentSelector *metav1.LabelSelectorApplyConfiguration + Prefix *v1alpha1.IPPrefix + PrefixLength *int32 + func PrefixSpec() *PrefixSpecApplyConfiguration + func (b *PrefixSpecApplyConfiguration) WithIPFamily(value v1.IPFamily) *PrefixSpecApplyConfiguration + func (b *PrefixSpecApplyConfiguration) WithParentRef(value v1.LocalObjectReference) *PrefixSpecApplyConfiguration + func (b *PrefixSpecApplyConfiguration) WithParentSelector(value *metav1.LabelSelectorApplyConfiguration) *PrefixSpecApplyConfiguration + func (b *PrefixSpecApplyConfiguration) WithPrefix(value v1alpha1.IPPrefix) *PrefixSpecApplyConfiguration + func (b *PrefixSpecApplyConfiguration) WithPrefixLength(value int32) *PrefixSpecApplyConfiguration + type PrefixStatusApplyConfiguration struct + LastPhaseTransitionTime *v1.Time + Phase *v1alpha1.PrefixPhase + Used []commonv1alpha1.IPPrefix + func PrefixStatus() *PrefixStatusApplyConfiguration + func (b *PrefixStatusApplyConfiguration) WithLastPhaseTransitionTime(value v1.Time) *PrefixStatusApplyConfiguration + func (b *PrefixStatusApplyConfiguration) WithPhase(value v1alpha1.PrefixPhase) *PrefixStatusApplyConfiguration + func (b *PrefixStatusApplyConfiguration) WithUsed(values ...commonv1alpha1.IPPrefix) *PrefixStatusApplyConfiguration + type PrefixTemplateSpecApplyConfiguration struct + Spec *PrefixSpecApplyConfiguration + func PrefixTemplateSpec() *PrefixTemplateSpecApplyConfiguration + func (b *PrefixTemplateSpecApplyConfiguration) WithAnnotations(entries map[string]string) *PrefixTemplateSpecApplyConfiguration + func (b *PrefixTemplateSpecApplyConfiguration) WithCreationTimestamp(value metav1.Time) *PrefixTemplateSpecApplyConfiguration + func (b *PrefixTemplateSpecApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *PrefixTemplateSpecApplyConfiguration + func (b *PrefixTemplateSpecApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *PrefixTemplateSpecApplyConfiguration + func (b *PrefixTemplateSpecApplyConfiguration) WithFinalizers(values ...string) *PrefixTemplateSpecApplyConfiguration + func (b *PrefixTemplateSpecApplyConfiguration) WithGenerateName(value string) *PrefixTemplateSpecApplyConfiguration + func (b *PrefixTemplateSpecApplyConfiguration) WithGeneration(value int64) *PrefixTemplateSpecApplyConfiguration + func (b *PrefixTemplateSpecApplyConfiguration) WithLabels(entries map[string]string) *PrefixTemplateSpecApplyConfiguration + func (b *PrefixTemplateSpecApplyConfiguration) WithName(value string) *PrefixTemplateSpecApplyConfiguration + func (b *PrefixTemplateSpecApplyConfiguration) WithNamespace(value string) *PrefixTemplateSpecApplyConfiguration + func (b *PrefixTemplateSpecApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *PrefixTemplateSpecApplyConfiguration + func (b *PrefixTemplateSpecApplyConfiguration) WithResourceVersion(value string) *PrefixTemplateSpecApplyConfiguration + func (b *PrefixTemplateSpecApplyConfiguration) WithSpec(value *PrefixSpecApplyConfiguration) *PrefixTemplateSpecApplyConfiguration + func (b *PrefixTemplateSpecApplyConfiguration) WithUID(value types.UID) *PrefixTemplateSpecApplyConfiguration