KubectlAliases.

KubectlKustomizeWithResult(ICakeContext, KubectlKustomizeSettings) Method

Summary

Build a set of KRM resources using a 'kustomization.yaml' file. The DIR argument must be a path to a directory containing 'kustomization.yaml', or a git repository URL with a path suffix specifying same with respect to the repository root. If DIR is omitted, '.' is assumed.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlKustomizeWithResult(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
IEnumerable<string> Output lines.