Documentation ¶
Index ¶
- type AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithAPIVersion(value string) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithAnnotations(entries map[string]string) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithCreationTimestamp(value metav1.Time) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithFinalizers(values ...string) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithGenerateName(value string) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithGeneration(value int64) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithKind(value string) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithLabels(entries map[string]string) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithName(value string) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithNamespace(value string) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithResourceVersion(value string) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithSpec(value v1beta1.AuthorizationPolicy) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithStatus(value v1alpha1.IstioStatus) *AuthorizationPolicyApplyConfiguration
- func (b *AuthorizationPolicyApplyConfiguration) WithUID(value types.UID) *AuthorizationPolicyApplyConfiguration
- type PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithAPIVersion(value string) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithAnnotations(entries map[string]string) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithCreationTimestamp(value metav1.Time) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithFinalizers(values ...string) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithGenerateName(value string) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithGeneration(value int64) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithKind(value string) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithLabels(entries map[string]string) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithName(value string) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithNamespace(value string) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithResourceVersion(value string) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithSpec(value v1beta1.PeerAuthentication) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithStatus(value v1alpha1.IstioStatus) *PeerAuthenticationApplyConfiguration
- func (b *PeerAuthenticationApplyConfiguration) WithUID(value types.UID) *PeerAuthenticationApplyConfiguration
- type RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithAPIVersion(value string) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithAnnotations(entries map[string]string) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithCreationTimestamp(value metav1.Time) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithFinalizers(values ...string) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithGenerateName(value string) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithGeneration(value int64) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithKind(value string) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithLabels(entries map[string]string) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithName(value string) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithNamespace(value string) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithResourceVersion(value string) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithSpec(value v1beta1.RequestAuthentication) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithStatus(value v1alpha1.IstioStatus) *RequestAuthenticationApplyConfiguration
- func (b *RequestAuthenticationApplyConfiguration) WithUID(value types.UID) *RequestAuthenticationApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizationPolicyApplyConfiguration ¶
type AuthorizationPolicyApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *v1beta1.AuthorizationPolicy `json:"spec,omitempty"` Status *v1alpha1.IstioStatus `json:"status,omitempty"` }
AuthorizationPolicyApplyConfiguration represents an declarative configuration of the AuthorizationPolicy type for use with apply.
func AuthorizationPolicy ¶
func AuthorizationPolicy(name, namespace string) *AuthorizationPolicyApplyConfiguration
AuthorizationPolicy constructs an declarative configuration of the AuthorizationPolicy type for use with apply.
func (*AuthorizationPolicyApplyConfiguration) WithAPIVersion ¶
func (b *AuthorizationPolicyApplyConfiguration) WithAPIVersion(value string) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithAnnotations ¶
func (b *AuthorizationPolicyApplyConfiguration) WithAnnotations(entries map[string]string) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithCreationTimestamp ¶
func (b *AuthorizationPolicyApplyConfiguration) WithCreationTimestamp(value metav1.Time) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *AuthorizationPolicyApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithDeletionTimestamp ¶
func (b *AuthorizationPolicyApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithFinalizers ¶
func (b *AuthorizationPolicyApplyConfiguration) WithFinalizers(values ...string) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithGenerateName ¶
func (b *AuthorizationPolicyApplyConfiguration) WithGenerateName(value string) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithGeneration ¶
func (b *AuthorizationPolicyApplyConfiguration) WithGeneration(value int64) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithKind ¶
func (b *AuthorizationPolicyApplyConfiguration) WithKind(value string) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithLabels ¶
func (b *AuthorizationPolicyApplyConfiguration) WithLabels(entries map[string]string) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithName ¶
func (b *AuthorizationPolicyApplyConfiguration) WithName(value string) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithNamespace ¶
func (b *AuthorizationPolicyApplyConfiguration) WithNamespace(value string) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithOwnerReferences ¶
func (b *AuthorizationPolicyApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithResourceVersion ¶
func (b *AuthorizationPolicyApplyConfiguration) WithResourceVersion(value string) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithSpec ¶
func (b *AuthorizationPolicyApplyConfiguration) WithSpec(value v1beta1.AuthorizationPolicy) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithStatus ¶
func (b *AuthorizationPolicyApplyConfiguration) WithStatus(value v1alpha1.IstioStatus) *AuthorizationPolicyApplyConfiguration
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 (*AuthorizationPolicyApplyConfiguration) WithUID ¶
func (b *AuthorizationPolicyApplyConfiguration) WithUID(value types.UID) *AuthorizationPolicyApplyConfiguration
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 PeerAuthenticationApplyConfiguration ¶
type PeerAuthenticationApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *v1beta1.PeerAuthentication `json:"spec,omitempty"` Status *v1alpha1.IstioStatus `json:"status,omitempty"` }
PeerAuthenticationApplyConfiguration represents an declarative configuration of the PeerAuthentication type for use with apply.
func PeerAuthentication ¶
func PeerAuthentication(name, namespace string) *PeerAuthenticationApplyConfiguration
PeerAuthentication constructs an declarative configuration of the PeerAuthentication type for use with apply.
func (*PeerAuthenticationApplyConfiguration) WithAPIVersion ¶
func (b *PeerAuthenticationApplyConfiguration) WithAPIVersion(value string) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithAnnotations ¶
func (b *PeerAuthenticationApplyConfiguration) WithAnnotations(entries map[string]string) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithCreationTimestamp ¶
func (b *PeerAuthenticationApplyConfiguration) WithCreationTimestamp(value metav1.Time) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *PeerAuthenticationApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithDeletionTimestamp ¶
func (b *PeerAuthenticationApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithFinalizers ¶
func (b *PeerAuthenticationApplyConfiguration) WithFinalizers(values ...string) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithGenerateName ¶
func (b *PeerAuthenticationApplyConfiguration) WithGenerateName(value string) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithGeneration ¶
func (b *PeerAuthenticationApplyConfiguration) WithGeneration(value int64) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithKind ¶
func (b *PeerAuthenticationApplyConfiguration) WithKind(value string) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithLabels ¶
func (b *PeerAuthenticationApplyConfiguration) WithLabels(entries map[string]string) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithName ¶
func (b *PeerAuthenticationApplyConfiguration) WithName(value string) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithNamespace ¶
func (b *PeerAuthenticationApplyConfiguration) WithNamespace(value string) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithOwnerReferences ¶
func (b *PeerAuthenticationApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithResourceVersion ¶
func (b *PeerAuthenticationApplyConfiguration) WithResourceVersion(value string) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithSpec ¶
func (b *PeerAuthenticationApplyConfiguration) WithSpec(value v1beta1.PeerAuthentication) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithStatus ¶
func (b *PeerAuthenticationApplyConfiguration) WithStatus(value v1alpha1.IstioStatus) *PeerAuthenticationApplyConfiguration
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 (*PeerAuthenticationApplyConfiguration) WithUID ¶
func (b *PeerAuthenticationApplyConfiguration) WithUID(value types.UID) *PeerAuthenticationApplyConfiguration
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 RequestAuthenticationApplyConfiguration ¶
type RequestAuthenticationApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *v1beta1.RequestAuthentication `json:"spec,omitempty"` Status *v1alpha1.IstioStatus `json:"status,omitempty"` }
RequestAuthenticationApplyConfiguration represents an declarative configuration of the RequestAuthentication type for use with apply.
func RequestAuthentication ¶
func RequestAuthentication(name, namespace string) *RequestAuthenticationApplyConfiguration
RequestAuthentication constructs an declarative configuration of the RequestAuthentication type for use with apply.
func (*RequestAuthenticationApplyConfiguration) WithAPIVersion ¶
func (b *RequestAuthenticationApplyConfiguration) WithAPIVersion(value string) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithAnnotations ¶
func (b *RequestAuthenticationApplyConfiguration) WithAnnotations(entries map[string]string) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithCreationTimestamp ¶
func (b *RequestAuthenticationApplyConfiguration) WithCreationTimestamp(value metav1.Time) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *RequestAuthenticationApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithDeletionTimestamp ¶
func (b *RequestAuthenticationApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithFinalizers ¶
func (b *RequestAuthenticationApplyConfiguration) WithFinalizers(values ...string) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithGenerateName ¶
func (b *RequestAuthenticationApplyConfiguration) WithGenerateName(value string) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithGeneration ¶
func (b *RequestAuthenticationApplyConfiguration) WithGeneration(value int64) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithKind ¶
func (b *RequestAuthenticationApplyConfiguration) WithKind(value string) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithLabels ¶
func (b *RequestAuthenticationApplyConfiguration) WithLabels(entries map[string]string) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithName ¶
func (b *RequestAuthenticationApplyConfiguration) WithName(value string) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithNamespace ¶
func (b *RequestAuthenticationApplyConfiguration) WithNamespace(value string) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithOwnerReferences ¶
func (b *RequestAuthenticationApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithResourceVersion ¶
func (b *RequestAuthenticationApplyConfiguration) WithResourceVersion(value string) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithSpec ¶
func (b *RequestAuthenticationApplyConfiguration) WithSpec(value v1beta1.RequestAuthentication) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithStatus ¶
func (b *RequestAuthenticationApplyConfiguration) WithStatus(value v1alpha1.IstioStatus) *RequestAuthenticationApplyConfiguration
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 (*RequestAuthenticationApplyConfiguration) WithUID ¶
func (b *RequestAuthenticationApplyConfiguration) WithUID(value types.UID) *RequestAuthenticationApplyConfiguration
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.