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, challenge *cmacme.Challenge) (*cmacme.Challenge, error)
Apply will make a Apply API call with the given client to the challenges endpoint. All data in the given Challenges object is dropped; expect for the name, namespace, and spec object. The given fieldManager is 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, challenge *cmacme.Challenge) (*cmacme.Challenge, error)
ApplyStatus will make a Apply API call with the given client to the challenges status sub-resource endpoint. All data in the given Challenges object is dropped; expect for the name, namespace, and status object. The given fieldManager is 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.