KubectlAliases.

KubectlSetSubject(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 void KubectlSetSubject(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
void