KubectlAliases.

KubectlApplyViewLastApplied(ICakeContext, KubectlApplyViewLastAppliedSettings) Method

Summary

View the latest last-applied-configuration annotations by type/name or file. The default output will be printed to stdout in YAML format. You can use the -o option to change the output format.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static void KubectlApplyViewLastApplied(this ICakeContext context, KubectlApplyViewLastAppliedSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void