Documentation ¶
Index ¶
- type ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithAPIVersion(value string) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithAnnotations(entries map[string]string) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithCreationTimestamp(value metav1.Time) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithFinalizers(values ...string) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithGenerateName(value string) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithGeneration(value int64) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithKind(value string) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithLabels(entries map[string]string) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithName(value string) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithNamespace(value string) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithResourceVersion(value string) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithSpec(value *ClusterSecretSpecApplyConfiguration) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithStatus(value *ClusterSecretStatusApplyConfiguration) *ClusterSecretApplyConfiguration
- func (b *ClusterSecretApplyConfiguration) WithUID(value types.UID) *ClusterSecretApplyConfiguration
- type ClusterSecretConditionApplyConfiguration
- func (b *ClusterSecretConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *ClusterSecretConditionApplyConfiguration
- func (b *ClusterSecretConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *ClusterSecretConditionApplyConfiguration
- func (b *ClusterSecretConditionApplyConfiguration) WithMessage(value string) *ClusterSecretConditionApplyConfiguration
- func (b *ClusterSecretConditionApplyConfiguration) WithReason(value string) *ClusterSecretConditionApplyConfiguration
- func (b *ClusterSecretConditionApplyConfiguration) WithStatus(value v1.ConditionStatus) *ClusterSecretConditionApplyConfiguration
- func (b *ClusterSecretConditionApplyConfiguration) WithType(value v1alpha1.ClusterSecretConditionType) *ClusterSecretConditionApplyConfiguration
- type ClusterSecretSpecApplyConfiguration
- type ClusterSecretStatusApplyConfiguration
- func (b *ClusterSecretStatusApplyConfiguration) WithConditions(values ...*ClusterSecretConditionApplyConfiguration) *ClusterSecretStatusApplyConfiguration
- func (b *ClusterSecretStatusApplyConfiguration) WithObservedGeneration(value int64) *ClusterSecretStatusApplyConfiguration
- func (b *ClusterSecretStatusApplyConfiguration) WithState(value string) *ClusterSecretStatusApplyConfiguration
- type SecretTemplateSpecApplyConfiguration
- func (b *SecretTemplateSpecApplyConfiguration) WithData(entries map[string][]byte) *SecretTemplateSpecApplyConfiguration
- func (b *SecretTemplateSpecApplyConfiguration) WithStringData(entries map[string]string) *SecretTemplateSpecApplyConfiguration
- func (b *SecretTemplateSpecApplyConfiguration) WithType(value v1.SecretType) *SecretTemplateSpecApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterSecretApplyConfiguration ¶
type ClusterSecretApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *ClusterSecretSpecApplyConfiguration `json:"spec,omitempty"` Status *ClusterSecretStatusApplyConfiguration `json:"status,omitempty"` }
ClusterSecretApplyConfiguration represents an declarative configuration of the ClusterSecret type for use with apply.
func ClusterSecret ¶
func ClusterSecret(name string) *ClusterSecretApplyConfiguration
ClusterSecret constructs an declarative configuration of the ClusterSecret type for use with apply.
func (*ClusterSecretApplyConfiguration) WithAPIVersion ¶
func (b *ClusterSecretApplyConfiguration) WithAPIVersion(value string) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithAnnotations ¶
func (b *ClusterSecretApplyConfiguration) WithAnnotations(entries map[string]string) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithCreationTimestamp ¶
func (b *ClusterSecretApplyConfiguration) WithCreationTimestamp(value metav1.Time) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *ClusterSecretApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithDeletionTimestamp ¶
func (b *ClusterSecretApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithFinalizers ¶
func (b *ClusterSecretApplyConfiguration) WithFinalizers(values ...string) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithGenerateName ¶
func (b *ClusterSecretApplyConfiguration) WithGenerateName(value string) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithGeneration ¶
func (b *ClusterSecretApplyConfiguration) WithGeneration(value int64) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithKind ¶
func (b *ClusterSecretApplyConfiguration) WithKind(value string) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithLabels ¶
func (b *ClusterSecretApplyConfiguration) WithLabels(entries map[string]string) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithName ¶
func (b *ClusterSecretApplyConfiguration) WithName(value string) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithNamespace ¶
func (b *ClusterSecretApplyConfiguration) WithNamespace(value string) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithOwnerReferences ¶
func (b *ClusterSecretApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithResourceVersion ¶
func (b *ClusterSecretApplyConfiguration) WithResourceVersion(value string) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithSpec ¶
func (b *ClusterSecretApplyConfiguration) WithSpec(value *ClusterSecretSpecApplyConfiguration) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithStatus ¶
func (b *ClusterSecretApplyConfiguration) WithStatus(value *ClusterSecretStatusApplyConfiguration) *ClusterSecretApplyConfiguration
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 (*ClusterSecretApplyConfiguration) WithUID ¶
func (b *ClusterSecretApplyConfiguration) WithUID(value types.UID) *ClusterSecretApplyConfiguration
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 ClusterSecretConditionApplyConfiguration ¶
type ClusterSecretConditionApplyConfiguration struct { Type *v1alpha1.ClusterSecretConditionType `json:"type,omitempty"` Status *v1.ConditionStatus `json:"status,omitempty"` LastUpdateTime *metav1.Time `json:"lastUpdateTime,omitempty"` LastTransitionTime *metav1.Time `json:"lastTransitionTime,omitempty"` Reason *string `json:"reason,omitempty"` Message *string `json:"message,omitempty"` }
ClusterSecretConditionApplyConfiguration represents an declarative configuration of the ClusterSecretCondition type for use with apply.
func ClusterSecretCondition ¶
func ClusterSecretCondition() *ClusterSecretConditionApplyConfiguration
ClusterSecretConditionApplyConfiguration constructs an declarative configuration of the ClusterSecretCondition type for use with apply.
func (*ClusterSecretConditionApplyConfiguration) WithLastTransitionTime ¶
func (b *ClusterSecretConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *ClusterSecretConditionApplyConfiguration
WithLastTransitionTime sets the LastTransitionTime 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 LastTransitionTime field is set to the value of the last call.
func (*ClusterSecretConditionApplyConfiguration) WithLastUpdateTime ¶
func (b *ClusterSecretConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *ClusterSecretConditionApplyConfiguration
WithLastUpdateTime sets the LastUpdateTime 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 LastUpdateTime field is set to the value of the last call.
func (*ClusterSecretConditionApplyConfiguration) WithMessage ¶
func (b *ClusterSecretConditionApplyConfiguration) WithMessage(value string) *ClusterSecretConditionApplyConfiguration
WithMessage sets the Message 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 Message field is set to the value of the last call.
func (*ClusterSecretConditionApplyConfiguration) WithReason ¶
func (b *ClusterSecretConditionApplyConfiguration) WithReason(value string) *ClusterSecretConditionApplyConfiguration
WithReason sets the Reason 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 Reason field is set to the value of the last call.
func (*ClusterSecretConditionApplyConfiguration) WithStatus ¶
func (b *ClusterSecretConditionApplyConfiguration) WithStatus(value v1.ConditionStatus) *ClusterSecretConditionApplyConfiguration
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 (*ClusterSecretConditionApplyConfiguration) WithType ¶
func (b *ClusterSecretConditionApplyConfiguration) WithType(value v1alpha1.ClusterSecretConditionType) *ClusterSecretConditionApplyConfiguration
WithType sets the Type 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 Type field is set to the value of the last call.
type ClusterSecretSpecApplyConfiguration ¶
type ClusterSecretSpecApplyConfiguration struct { NamespaceSelector *v1.LabelSelector `json:"namespaceSelector,omitempty"` Template *SecretTemplateSpecApplyConfiguration `json:"template,omitempty"` }
ClusterSecretSpecApplyConfiguration represents an declarative configuration of the ClusterSecretSpec type for use with apply.
func ClusterSecretSpec ¶
func ClusterSecretSpec() *ClusterSecretSpecApplyConfiguration
ClusterSecretSpecApplyConfiguration constructs an declarative configuration of the ClusterSecretSpec type for use with apply.
func (*ClusterSecretSpecApplyConfiguration) WithNamespaceSelector ¶
func (b *ClusterSecretSpecApplyConfiguration) WithNamespaceSelector(value v1.LabelSelector) *ClusterSecretSpecApplyConfiguration
WithNamespaceSelector sets the NamespaceSelector 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 NamespaceSelector field is set to the value of the last call.
func (*ClusterSecretSpecApplyConfiguration) WithTemplate ¶
func (b *ClusterSecretSpecApplyConfiguration) WithTemplate(value *SecretTemplateSpecApplyConfiguration) *ClusterSecretSpecApplyConfiguration
WithTemplate sets the Template 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 Template field is set to the value of the last call.
type ClusterSecretStatusApplyConfiguration ¶
type ClusterSecretStatusApplyConfiguration struct { ObservedGeneration *int64 `json:"observedGeneration,omitempty"` State *string `json:"state,omitempty"` Conditions []ClusterSecretConditionApplyConfiguration `json:"conditions,omitempty"` }
ClusterSecretStatusApplyConfiguration represents an declarative configuration of the ClusterSecretStatus type for use with apply.
func ClusterSecretStatus ¶
func ClusterSecretStatus() *ClusterSecretStatusApplyConfiguration
ClusterSecretStatusApplyConfiguration constructs an declarative configuration of the ClusterSecretStatus type for use with apply.
func (*ClusterSecretStatusApplyConfiguration) WithConditions ¶
func (b *ClusterSecretStatusApplyConfiguration) WithConditions(values ...*ClusterSecretConditionApplyConfiguration) *ClusterSecretStatusApplyConfiguration
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 (*ClusterSecretStatusApplyConfiguration) WithObservedGeneration ¶
func (b *ClusterSecretStatusApplyConfiguration) WithObservedGeneration(value int64) *ClusterSecretStatusApplyConfiguration
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.
func (*ClusterSecretStatusApplyConfiguration) WithState ¶
func (b *ClusterSecretStatusApplyConfiguration) WithState(value string) *ClusterSecretStatusApplyConfiguration
WithState sets the State 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 State field is set to the value of the last call.
type SecretTemplateSpecApplyConfiguration ¶
type SecretTemplateSpecApplyConfiguration struct { Type *v1.SecretType `json:"type,omitempty"` Data map[string][]byte `json:"data,omitempty"` StringData map[string]string `json:"stringData,omitempty"` }
SecretTemplateSpecApplyConfiguration represents an declarative configuration of the SecretTemplateSpec type for use with apply.
func SecretTemplateSpec ¶
func SecretTemplateSpec() *SecretTemplateSpecApplyConfiguration
SecretTemplateSpecApplyConfiguration constructs an declarative configuration of the SecretTemplateSpec type for use with apply.
func (*SecretTemplateSpecApplyConfiguration) WithData ¶
func (b *SecretTemplateSpecApplyConfiguration) WithData(entries map[string][]byte) *SecretTemplateSpecApplyConfiguration
WithData puts the entries into the Data 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 Data field, overwriting an existing map entries in Data field with the same key.
func (*SecretTemplateSpecApplyConfiguration) WithStringData ¶
func (b *SecretTemplateSpecApplyConfiguration) WithStringData(entries map[string]string) *SecretTemplateSpecApplyConfiguration
WithStringData puts the entries into the StringData 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 StringData field, overwriting an existing map entries in StringData field with the same key.
func (*SecretTemplateSpecApplyConfiguration) WithType ¶
func (b *SecretTemplateSpecApplyConfiguration) WithType(value v1.SecretType) *SecretTemplateSpecApplyConfiguration
WithType sets the Type 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 Type field is set to the value of the last call.