KubectlAliases.

KubectlCordonWithResult(ICakeContext, KubectlCordonSettings) Method

Summary

Mark node as unschedulable.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlCordonWithResult(this ICakeContext context, KubectlCordonSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
IEnumerable<string> Output lines.