This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Kubectl.
Summary
Create a resource quota with the specified name, hard limits, and optional scopes.
Syntax
public static IEnumerable<string> KubectlCreateQuotaWithResult(this ICakeContext context, KubectlCreateQuotaSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Return Value
Type |
Description |
IEnumerable<string> |
Output lines. |