KubectlAliases.

KubectlSetSubjectWithResult(ICakeContext, KubectlSetSubjectSettings) Method

Summary

Update the user, group, or service account in a role binding or cluster role binding.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlSetSubjectWithResult(this ICakeContext context, KubectlSetSubjectSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings KubectlSetSubjectSettings The settings.

Return Value

Type Description
IEnumerable<string> Output lines.