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 role binding for a particular role or cluster role.
- Assembly
- Cake
.Kubectl .dll - Namespace
- Cake
.Kubectl - Containing Type
- KubectlAliases
Syntax
public static IEnumerable<string> KubectlCreateRolebindingWithResult(this ICakeContext context, KubectlCreateRolebindingSettings settings)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
settings | Kubectl |
The settings. |
Return Value
Type | Description |
---|---|
IEnumerable |
Output lines. |