KubectlAliases.

KubectlCreateQuotaWithResult(ICakeContext, KubectlCreateQuotaSettings) Method

Summary

Create a resource quota with the specified name, hard limits, and optional scopes.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlCreateQuotaWithResult(this ICakeContext context, KubectlCreateQuotaSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
IEnumerable<string> Output lines.