KubectlAliases.

KubectlCreateJobWithResult(ICakeContext, KubectlCreateJobSettings) Method

Summary

Create a job with the specified name.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlCreateJobWithResult(this ICakeContext context, KubectlCreateJobSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
IEnumerable<string> Output lines.