KubectlAliases.

KubectlKustomize(ICakeContext, KubectlKustomizeSettings) Method

Summary

Print a set of API resources generated from instructions in a kustomization.yaml file. The argument must be the path to the directory containing the file, or a git repository URL with a path suffix specifying same with respect to the repository root. kubectl kustomize somedir
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static void KubectlKustomize(this ICakeContext context, KubectlKustomizeSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void