KubectlAliases.

KubectlCreateQuota(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 void KubectlCreateQuota(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
void