KubectlAliases.

KubectlRunWithResult(ICakeContext, KubectlRunSettings) Method

Summary

Create and run a particular image, possibly replicated. Creates a deployment or job to manage the created container(s).
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlRunWithResult(this ICakeContext context, KubectlRunSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
IEnumerable<string> Output lines.