Documentation ¶
Index ¶
- type SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithAPIVersion(value string) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithAnnotations(entries map[string]string) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithCreationTimestamp(value metav1.Time) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithFinalizers(values ...string) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithGenerateName(value string) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithGeneration(value int64) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithKind(value string) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithLabels(entries map[string]string) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithName(value string) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithNamespace(value string) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithResourceVersion(value string) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithSpec(value *SubNamespaceSpecApplyConfiguration) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithStatus(value *SubNamespaceStatusApplyConfiguration) *SubNamespaceApplyConfiguration
- func (b *SubNamespaceApplyConfiguration) WithUID(value types.UID) *SubNamespaceApplyConfiguration
- type SubNamespaceSpecApplyConfiguration
- type SubNamespaceStatusApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SubNamespaceApplyConfiguration ¶
type SubNamespaceApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *SubNamespaceSpecApplyConfiguration `json:"spec,omitempty"` Status *SubNamespaceStatusApplyConfiguration `json:"status,omitempty"` }
SubNamespaceApplyConfiguration represents an declarative configuration of the SubNamespace type for use with apply.
func SubNamespace ¶
func SubNamespace(name, namespace string) *SubNamespaceApplyConfiguration
SubNamespace constructs an declarative configuration of the SubNamespace type for use with apply.
func (*SubNamespaceApplyConfiguration) WithAPIVersion ¶
func (b *SubNamespaceApplyConfiguration) WithAPIVersion(value string) *SubNamespaceApplyConfiguration
WithAPIVersion sets the APIVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the APIVersion field is set to the value of the last call.
func (*SubNamespaceApplyConfiguration) WithAnnotations ¶
func (b *SubNamespaceApplyConfiguration) WithAnnotations(entries map[string]string) *SubNamespaceApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*SubNamespaceApplyConfiguration) WithCreationTimestamp ¶
func (b *SubNamespaceApplyConfiguration) WithCreationTimestamp(value metav1.Time) *SubNamespaceApplyConfiguration
WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CreationTimestamp field is set to the value of the last call.
func (*SubNamespaceApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *SubNamespaceApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *SubNamespaceApplyConfiguration
WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionGracePeriodSeconds field is set to the value of the last call.
func (*SubNamespaceApplyConfiguration) WithDeletionTimestamp ¶
func (b *SubNamespaceApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *SubNamespaceApplyConfiguration
WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionTimestamp field is set to the value of the last call.
func (*SubNamespaceApplyConfiguration) WithFinalizers ¶
func (b *SubNamespaceApplyConfiguration) WithFinalizers(values ...string) *SubNamespaceApplyConfiguration
WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.
func (*SubNamespaceApplyConfiguration) WithGenerateName ¶
func (b *SubNamespaceApplyConfiguration) WithGenerateName(value string) *SubNamespaceApplyConfiguration
WithGenerateName sets the GenerateName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GenerateName field is set to the value of the last call.
func (*SubNamespaceApplyConfiguration) WithGeneration ¶
func (b *SubNamespaceApplyConfiguration) WithGeneration(value int64) *SubNamespaceApplyConfiguration
WithGeneration sets the Generation field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Generation field is set to the value of the last call.
func (*SubNamespaceApplyConfiguration) WithKind ¶
func (b *SubNamespaceApplyConfiguration) WithKind(value string) *SubNamespaceApplyConfiguration
WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.
func (*SubNamespaceApplyConfiguration) WithLabels ¶
func (b *SubNamespaceApplyConfiguration) WithLabels(entries map[string]string) *SubNamespaceApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
func (*SubNamespaceApplyConfiguration) WithName ¶
func (b *SubNamespaceApplyConfiguration) WithName(value string) *SubNamespaceApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*SubNamespaceApplyConfiguration) WithNamespace ¶
func (b *SubNamespaceApplyConfiguration) WithNamespace(value string) *SubNamespaceApplyConfiguration
WithNamespace sets the Namespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Namespace field is set to the value of the last call.
func (*SubNamespaceApplyConfiguration) WithOwnerReferences ¶
func (b *SubNamespaceApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *SubNamespaceApplyConfiguration
WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.
func (*SubNamespaceApplyConfiguration) WithResourceVersion ¶
func (b *SubNamespaceApplyConfiguration) WithResourceVersion(value string) *SubNamespaceApplyConfiguration
WithResourceVersion sets the ResourceVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResourceVersion field is set to the value of the last call.
func (*SubNamespaceApplyConfiguration) WithSpec ¶
func (b *SubNamespaceApplyConfiguration) WithSpec(value *SubNamespaceSpecApplyConfiguration) *SubNamespaceApplyConfiguration
WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.
func (*SubNamespaceApplyConfiguration) WithStatus ¶
func (b *SubNamespaceApplyConfiguration) WithStatus(value *SubNamespaceStatusApplyConfiguration) *SubNamespaceApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*SubNamespaceApplyConfiguration) WithUID ¶
func (b *SubNamespaceApplyConfiguration) WithUID(value types.UID) *SubNamespaceApplyConfiguration
WithUID sets the UID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UID field is set to the value of the last call.
type SubNamespaceSpecApplyConfiguration ¶
type SubNamespaceSpecApplyConfiguration struct { Labels map[string]string `json:"labels,omitempty"` Annotations map[string]string `json:"annotations,omitempty"` }
SubNamespaceSpecApplyConfiguration represents an declarative configuration of the SubNamespaceSpec type for use with apply.
func SubNamespaceSpec ¶
func SubNamespaceSpec() *SubNamespaceSpecApplyConfiguration
SubNamespaceSpecApplyConfiguration constructs an declarative configuration of the SubNamespaceSpec type for use with apply.
func (*SubNamespaceSpecApplyConfiguration) WithAnnotations ¶
func (b *SubNamespaceSpecApplyConfiguration) WithAnnotations(entries map[string]string) *SubNamespaceSpecApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*SubNamespaceSpecApplyConfiguration) WithLabels ¶
func (b *SubNamespaceSpecApplyConfiguration) WithLabels(entries map[string]string) *SubNamespaceSpecApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
type SubNamespaceStatusApplyConfiguration ¶
type SubNamespaceStatusApplyConfiguration struct { ObservedGeneration *int64 `json:"observedGeneration,omitempty"` Conditions []v1.ConditionApplyConfiguration `json:"conditions,omitempty"` }
SubNamespaceStatusApplyConfiguration represents an declarative configuration of the SubNamespaceStatus type for use with apply.
func SubNamespaceStatus ¶
func SubNamespaceStatus() *SubNamespaceStatusApplyConfiguration
SubNamespaceStatusApplyConfiguration constructs an declarative configuration of the SubNamespaceStatus type for use with apply.
func (*SubNamespaceStatusApplyConfiguration) WithConditions ¶
func (b *SubNamespaceStatusApplyConfiguration) WithConditions(values ...*v1.ConditionApplyConfiguration) *SubNamespaceStatusApplyConfiguration
WithConditions adds the given value to the Conditions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Conditions field.
func (*SubNamespaceStatusApplyConfiguration) WithObservedGeneration ¶
func (b *SubNamespaceStatusApplyConfiguration) WithObservedGeneration(value int64) *SubNamespaceStatusApplyConfiguration
WithObservedGeneration sets the ObservedGeneration field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ObservedGeneration field is set to the value of the last call.