KubectlAliases.

KubectlCreateServiceaccount(ICakeContext, KubectlCreateServiceaccountSettings) Method

Summary

Create a service account with the specified name.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static void KubectlCreateServiceaccount(this ICakeContext context, KubectlCreateServiceaccountSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void