KubectlAliases.

KubectlCreateServiceaccountWithResult(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 IEnumerable<string> KubectlCreateServiceaccountWithResult(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
IEnumerable<string> Output lines.