KubectlAliases.

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