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 from a file or from stdin.
JSON and YAML formats are accepted.
- Assembly
- Cake
.Kubectl .dll - Namespace
- Cake
.Kubectl - Containing Type
- KubectlAliases
Syntax
public static void KubectlCreate(this ICakeContext context, KubectlCreateSettings settings)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
settings | Kubectl |
The settings. |
Return Value
Type | Description |
---|---|
void |