Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Apply ¶
func Apply(ctx context.Context, cl cmclient.Interface, fieldManager string, req *cmapi.CertificateRequest) (*cmapi.CertificateRequest, error)
Apply will make an Apply API call with the given client to the CertificateRequest's resource endpoint. All status data in the given CertificateRequest object is dropped. The given fieldManager will be used as the FieldManager in the Apply call. Always sets Force Apply to true.
func ApplyStatus ¶
func ApplyStatus(ctx context.Context, cl cmclient.Interface, fieldManager string, req *cmapi.CertificateRequest) error
ApplyStatus will make an Apply API call with the given client to the CertificateRequests's status sub-resource endpoint. All data in the given CertificateRequest object is dropped; expect for the name, namespace, and status object. The given fieldManager will be used as the FieldManager in the Apply call. Always sets Force Apply to true.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.