KubectlAliases.

KubectlCreateServiceNodeportWithResult(ICakeContext, KubectlCreateServiceNodeportSettings) Method

Summary

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

Syntax

public static IEnumerable<string> KubectlCreateServiceNodeportWithResult(this ICakeContext context, KubectlCreateServiceNodeportSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
IEnumerable<string> Output lines.