KubectlAliases.

KubectlCordon(ICakeContext, KubectlCordonSettings) Method

Summary

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

Syntax

public static void KubectlCordon(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
void