Versions in this module Expand all Collapse all v0 v0.11.2 Feb 8, 2024 Changes in this version + type LabelSelectorApplyConfiguration struct + MatchExpressions []LabelSelectorRequirementApplyConfiguration + MatchLabels map[string]string + func LabelSelector() *LabelSelectorApplyConfiguration + func (b *LabelSelectorApplyConfiguration) WithMatchExpressions(values ...*LabelSelectorRequirementApplyConfiguration) *LabelSelectorApplyConfiguration + func (b *LabelSelectorApplyConfiguration) WithMatchLabels(entries map[string]string) *LabelSelectorApplyConfiguration + type LabelSelectorRequirementApplyConfiguration struct + Key *string + Operator *v1.LabelSelectorOperator + Values []string + func LabelSelectorRequirement() *LabelSelectorRequirementApplyConfiguration + func (b *LabelSelectorRequirementApplyConfiguration) WithKey(value string) *LabelSelectorRequirementApplyConfiguration + func (b *LabelSelectorRequirementApplyConfiguration) WithOperator(value v1.LabelSelectorOperator) *LabelSelectorRequirementApplyConfiguration + func (b *LabelSelectorRequirementApplyConfiguration) WithValues(values ...string) *LabelSelectorRequirementApplyConfiguration + type ManagedFieldsEntryApplyConfiguration struct + APIVersion *string + FieldsType *string + FieldsV1 *v1.FieldsV1 + Manager *string + Operation *v1.ManagedFieldsOperationType + Subresource *string + Time *v1.Time + func ManagedFieldsEntry() *ManagedFieldsEntryApplyConfiguration + func (b *ManagedFieldsEntryApplyConfiguration) WithAPIVersion(value string) *ManagedFieldsEntryApplyConfiguration + func (b *ManagedFieldsEntryApplyConfiguration) WithFieldsType(value string) *ManagedFieldsEntryApplyConfiguration + func (b *ManagedFieldsEntryApplyConfiguration) WithFieldsV1(value v1.FieldsV1) *ManagedFieldsEntryApplyConfiguration + func (b *ManagedFieldsEntryApplyConfiguration) WithManager(value string) *ManagedFieldsEntryApplyConfiguration + func (b *ManagedFieldsEntryApplyConfiguration) WithOperation(value v1.ManagedFieldsOperationType) *ManagedFieldsEntryApplyConfiguration + func (b *ManagedFieldsEntryApplyConfiguration) WithSubresource(value string) *ManagedFieldsEntryApplyConfiguration + func (b *ManagedFieldsEntryApplyConfiguration) WithTime(value v1.Time) *ManagedFieldsEntryApplyConfiguration + type ObjectMetaApplyConfiguration struct + Annotations map[string]string + CreationTimestamp *v1.Time + DeletionGracePeriodSeconds *int64 + DeletionTimestamp *v1.Time + Finalizers []string + GenerateName *string + Generation *int64 + Labels map[string]string + Name *string + Namespace *string + OwnerReferences []OwnerReferenceApplyConfiguration + ResourceVersion *string + UID *types.UID + func ObjectMeta() *ObjectMetaApplyConfiguration + func (b *ObjectMetaApplyConfiguration) WithAnnotations(entries map[string]string) *ObjectMetaApplyConfiguration + func (b *ObjectMetaApplyConfiguration) WithCreationTimestamp(value v1.Time) *ObjectMetaApplyConfiguration + func (b *ObjectMetaApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *ObjectMetaApplyConfiguration + func (b *ObjectMetaApplyConfiguration) WithDeletionTimestamp(value v1.Time) *ObjectMetaApplyConfiguration + func (b *ObjectMetaApplyConfiguration) WithFinalizers(values ...string) *ObjectMetaApplyConfiguration + func (b *ObjectMetaApplyConfiguration) WithGenerateName(value string) *ObjectMetaApplyConfiguration + func (b *ObjectMetaApplyConfiguration) WithGeneration(value int64) *ObjectMetaApplyConfiguration + func (b *ObjectMetaApplyConfiguration) WithLabels(entries map[string]string) *ObjectMetaApplyConfiguration + func (b *ObjectMetaApplyConfiguration) WithName(value string) *ObjectMetaApplyConfiguration + func (b *ObjectMetaApplyConfiguration) WithNamespace(value string) *ObjectMetaApplyConfiguration + func (b *ObjectMetaApplyConfiguration) WithOwnerReferences(values ...*OwnerReferenceApplyConfiguration) *ObjectMetaApplyConfiguration + func (b *ObjectMetaApplyConfiguration) WithResourceVersion(value string) *ObjectMetaApplyConfiguration + func (b *ObjectMetaApplyConfiguration) WithUID(value types.UID) *ObjectMetaApplyConfiguration + type OwnerReferenceApplyConfiguration struct + APIVersion *string + BlockOwnerDeletion *bool + Controller *bool + Kind *string + Name *string + UID *types.UID + func OwnerReference() *OwnerReferenceApplyConfiguration + func (b *OwnerReferenceApplyConfiguration) WithAPIVersion(value string) *OwnerReferenceApplyConfiguration + func (b *OwnerReferenceApplyConfiguration) WithBlockOwnerDeletion(value bool) *OwnerReferenceApplyConfiguration + func (b *OwnerReferenceApplyConfiguration) WithController(value bool) *OwnerReferenceApplyConfiguration + func (b *OwnerReferenceApplyConfiguration) WithKind(value string) *OwnerReferenceApplyConfiguration + func (b *OwnerReferenceApplyConfiguration) WithName(value string) *OwnerReferenceApplyConfiguration + func (b *OwnerReferenceApplyConfiguration) WithUID(value types.UID) *OwnerReferenceApplyConfiguration + type TypeMetaApplyConfiguration struct + APIVersion *string + Kind *string + func TypeMeta() *TypeMetaApplyConfiguration + func (b *TypeMetaApplyConfiguration) WithAPIVersion(value string) *TypeMetaApplyConfiguration + func (b *TypeMetaApplyConfiguration) WithKind(value string) *TypeMetaApplyConfiguration