KubectlAliases.

KubectlCertificateDeny(ICakeContext, KubectlCertificateDenySettings) Method

Summary

Deny a certificate signing request. kubectl certificate deny allows a cluster admin to deny a certificate signing request (CSR). This action tells a certificate signing controller to not to issue a certificate to the requestor.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static void KubectlCertificateDeny(this ICakeContext context, KubectlCertificateDenySettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings KubectlCertificateDenySettings The settings.

Return Value

Type Description
void