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
Configure application resources.
These commands help you make changes to existing application resources.
Syntax
public static IEnumerable<string> KubectlSetWithResult(this ICakeContext context, KubectlSetSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
KubectlSetSettings |
The settings. |
Return Value
Type |
Description |
IEnumerable<string> |
Output lines. |