KubectlAliases.

KubectlConfigUnsetWithResult(ICakeContext, KubectlConfigUnsetSettings) Method

Summary

Unset an individual value in a kubeconfig file. PROPERTY_NAME is a dot delimited name where each token represents either an attribute name or a map key. Map keys may not contain dots.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlConfigUnsetWithResult(this ICakeContext context, KubectlConfigUnsetSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
IEnumerable<string> Output lines.