KubectlAliases.

KubectlTopNode(ICakeContext, KubectlTopNodeSettings) Method

Summary

Display resource (CPU/memory) usage of nodes. The top-node command allows you to see the resource consumption of nodes.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static void KubectlTopNode(this ICakeContext context, KubectlTopNodeSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void