KubectlAliases.

KubectlPluginListWithResult(ICakeContext, KubectlPluginListSettings) Method

Summary

List all available plugin files on a user's PATH. Available plugin files are those that are: - executable - anywhere on the user's PATH - begin with "kubectl-"
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlPluginListWithResult(this ICakeContext context, KubectlPluginListSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
IEnumerable<string> Output lines.