KubectlAliases.

KubectlCreatePriorityclassWithResult(ICakeContext, KubectlCreatePriorityclassSettings) Method

Summary

Create a priority class with the specified name, value, globalDefault and description.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlCreatePriorityclassWithResult(this ICakeContext context, KubectlCreatePriorityclassSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
IEnumerable<string> Output lines.