KubectlAliases.

KubectlCreateSecret(ICakeContext, KubectlCreateSecretSettings) Method

Summary

Create a secret using specified subcommand.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static void KubectlCreateSecret(this ICakeContext context, KubectlCreateSecretSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void