KubectlAliases.

KubectlCreateJob(ICakeContext, KubectlCreateJobSettings) Method

Summary

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

Syntax

public static void KubectlCreateJob(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
void