Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyClusterIssuerStatus ¶
func ApplyClusterIssuerStatus(ctx context.Context, cl cmclient.Interface, fieldManager string, issuer *cmapi.ClusterIssuer) error
ApplyClusterIssuerStatus will make an Apply API call with the given client to the ClusterIssuer's status sub-resource endpoint. All data in the given ClusterIssuer object is dropped; expect for the name, and status object. The given fieldManager is will be used as the FieldManager in the Apply call. Always sets Force Apply to true.
func ApplyIssuerStatus ¶
func ApplyIssuerStatus(ctx context.Context, cl cmclient.Interface, fieldManager string, issuer *cmapi.Issuer) error
ApplyIssuerStatus will make an Apply API call with the given client to the Issuer's status sub-resource endpoint. All data in the given Issuer 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.