KubectlAliases.

KubectlCreateNamespaceWithResult(ICakeContext, KubectlCreateNamespaceSettings) Method

Summary

Create a namespace with the specified name.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlCreateNamespaceWithResult(this ICakeContext context, KubectlCreateNamespaceSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
IEnumerable<string> Output lines.