KubectlAliases.

KubectlTopPod(ICakeContext, KubectlTopPodSettings) Method

Summary

Display resource (CPU/memory) usage of pods. The 'top pod' command allows you to see the resource consumption of pods. Due to the metrics pipeline delay, they may be unavailable for a few minutes since pod creation.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static void KubectlTopPod(this ICakeContext context, KubectlTopPodSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void