Documentation ¶
Index ¶
- type CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithAPIVersion(value string) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithAnnotations(entries map[string]string) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithCreationTimestamp(value metav1.Time) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithFinalizers(values ...string) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithGenerateName(value string) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithGeneration(value int64) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithKind(value string) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithLabels(entries map[string]string) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithName(value string) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithNamespace(value string) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithResourceVersion(value string) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithSpec(value *CertificateRevocationRequestSpecApplyConfiguration) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithStatus(value *CertificateRevocationRequestStatusApplyConfiguration) *CertificateRevocationRequestApplyConfiguration
- func (b *CertificateRevocationRequestApplyConfiguration) WithUID(value types.UID) *CertificateRevocationRequestApplyConfiguration
- type CertificateRevocationRequestSpecApplyConfiguration
- type CertificateRevocationRequestStatusApplyConfiguration
- func (b *CertificateRevocationRequestStatusApplyConfiguration) WithConditions(values ...*metav1.ConditionApplyConfiguration) *CertificateRevocationRequestStatusApplyConfiguration
- func (b *CertificateRevocationRequestStatusApplyConfiguration) WithPreviousSigner(value corev1.LocalObjectReference) *CertificateRevocationRequestStatusApplyConfiguration
- func (b *CertificateRevocationRequestStatusApplyConfiguration) WithRevocationTimestamp(value v1.Time) *CertificateRevocationRequestStatusApplyConfiguration
- type CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithAPIVersion(value string) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithAnnotations(entries map[string]string) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithCreationTimestamp(value metav1.Time) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithFinalizers(values ...string) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithGenerateName(value string) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithGeneration(value int64) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithKind(value string) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithLabels(entries map[string]string) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithName(value string) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithNamespace(value string) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithResourceVersion(value string) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithSpec(value v1alpha1.CertificateSigningRequestApprovalSpec) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithStatus(value v1alpha1.CertificateSigningRequestApprovalStatus) *CertificateSigningRequestApprovalApplyConfiguration
- func (b *CertificateSigningRequestApprovalApplyConfiguration) WithUID(value types.UID) *CertificateSigningRequestApprovalApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateRevocationRequestApplyConfiguration ¶
type CertificateRevocationRequestApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *CertificateRevocationRequestSpecApplyConfiguration `json:"spec,omitempty"` Status *CertificateRevocationRequestStatusApplyConfiguration `json:"status,omitempty"` }
CertificateRevocationRequestApplyConfiguration represents an declarative configuration of the CertificateRevocationRequest type for use with apply.
func CertificateRevocationRequest ¶
func CertificateRevocationRequest(name, namespace string) *CertificateRevocationRequestApplyConfiguration
CertificateRevocationRequest constructs an declarative configuration of the CertificateRevocationRequest type for use with apply.
func (*CertificateRevocationRequestApplyConfiguration) WithAPIVersion ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithAPIVersion(value string) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithAnnotations ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithAnnotations(entries map[string]string) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithCreationTimestamp ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithCreationTimestamp(value metav1.Time) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithDeletionTimestamp ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithFinalizers ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithFinalizers(values ...string) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithGenerateName ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithGenerateName(value string) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithGeneration ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithGeneration(value int64) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithKind ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithKind(value string) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithLabels ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithLabels(entries map[string]string) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithName ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithName(value string) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithNamespace ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithNamespace(value string) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithOwnerReferences ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithResourceVersion ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithResourceVersion(value string) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithSpec ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithSpec(value *CertificateRevocationRequestSpecApplyConfiguration) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithStatus ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithStatus(value *CertificateRevocationRequestStatusApplyConfiguration) *CertificateRevocationRequestApplyConfiguration
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 (*CertificateRevocationRequestApplyConfiguration) WithUID ¶
func (b *CertificateRevocationRequestApplyConfiguration) WithUID(value types.UID) *CertificateRevocationRequestApplyConfiguration
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 CertificateRevocationRequestSpecApplyConfiguration ¶
type CertificateRevocationRequestSpecApplyConfiguration struct {
SignerClass *string `json:"signerClass,omitempty"`
}
CertificateRevocationRequestSpecApplyConfiguration represents an declarative configuration of the CertificateRevocationRequestSpec type for use with apply.
func CertificateRevocationRequestSpec ¶
func CertificateRevocationRequestSpec() *CertificateRevocationRequestSpecApplyConfiguration
CertificateRevocationRequestSpecApplyConfiguration constructs an declarative configuration of the CertificateRevocationRequestSpec type for use with apply.
func (*CertificateRevocationRequestSpecApplyConfiguration) WithSignerClass ¶
func (b *CertificateRevocationRequestSpecApplyConfiguration) WithSignerClass(value string) *CertificateRevocationRequestSpecApplyConfiguration
WithSignerClass sets the SignerClass 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 SignerClass field is set to the value of the last call.
type CertificateRevocationRequestStatusApplyConfiguration ¶
type CertificateRevocationRequestStatusApplyConfiguration struct { RevocationTimestamp *v1.Time `json:"revocationTimestamp,omitempty"` PreviousSigner *corev1.LocalObjectReference `json:"previousSigner,omitempty"` Conditions []metav1.ConditionApplyConfiguration `json:"conditions,omitempty"` }
CertificateRevocationRequestStatusApplyConfiguration represents an declarative configuration of the CertificateRevocationRequestStatus type for use with apply.
func CertificateRevocationRequestStatus ¶
func CertificateRevocationRequestStatus() *CertificateRevocationRequestStatusApplyConfiguration
CertificateRevocationRequestStatusApplyConfiguration constructs an declarative configuration of the CertificateRevocationRequestStatus type for use with apply.
func (*CertificateRevocationRequestStatusApplyConfiguration) WithConditions ¶
func (b *CertificateRevocationRequestStatusApplyConfiguration) WithConditions(values ...*metav1.ConditionApplyConfiguration) *CertificateRevocationRequestStatusApplyConfiguration
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 (*CertificateRevocationRequestStatusApplyConfiguration) WithPreviousSigner ¶
func (b *CertificateRevocationRequestStatusApplyConfiguration) WithPreviousSigner(value corev1.LocalObjectReference) *CertificateRevocationRequestStatusApplyConfiguration
WithPreviousSigner sets the PreviousSigner 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 PreviousSigner field is set to the value of the last call.
func (*CertificateRevocationRequestStatusApplyConfiguration) WithRevocationTimestamp ¶
func (b *CertificateRevocationRequestStatusApplyConfiguration) WithRevocationTimestamp(value v1.Time) *CertificateRevocationRequestStatusApplyConfiguration
WithRevocationTimestamp sets the RevocationTimestamp 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 RevocationTimestamp field is set to the value of the last call.
type CertificateSigningRequestApprovalApplyConfiguration ¶
type CertificateSigningRequestApprovalApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *v1alpha1.CertificateSigningRequestApprovalSpec `json:"spec,omitempty"` Status *v1alpha1.CertificateSigningRequestApprovalStatus `json:"status,omitempty"` }
CertificateSigningRequestApprovalApplyConfiguration represents an declarative configuration of the CertificateSigningRequestApproval type for use with apply.
func CertificateSigningRequestApproval ¶
func CertificateSigningRequestApproval(name, namespace string) *CertificateSigningRequestApprovalApplyConfiguration
CertificateSigningRequestApproval constructs an declarative configuration of the CertificateSigningRequestApproval type for use with apply.
func (*CertificateSigningRequestApprovalApplyConfiguration) WithAPIVersion ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithAPIVersion(value string) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithAnnotations ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithAnnotations(entries map[string]string) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithCreationTimestamp ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithCreationTimestamp(value metav1.Time) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithDeletionTimestamp ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithFinalizers ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithFinalizers(values ...string) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithGenerateName ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithGenerateName(value string) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithGeneration ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithGeneration(value int64) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithKind ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithKind(value string) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithLabels ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithLabels(entries map[string]string) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithName ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithName(value string) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithNamespace ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithNamespace(value string) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithOwnerReferences ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithResourceVersion ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithResourceVersion(value string) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithSpec ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithSpec(value v1alpha1.CertificateSigningRequestApprovalSpec) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithStatus ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithStatus(value v1alpha1.CertificateSigningRequestApprovalStatus) *CertificateSigningRequestApprovalApplyConfiguration
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 (*CertificateSigningRequestApprovalApplyConfiguration) WithUID ¶
func (b *CertificateSigningRequestApprovalApplyConfiguration) WithUID(value types.UID) *CertificateSigningRequestApprovalApplyConfiguration
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.