KubectlAliases.

KubectlCreateServiceLoadbalancer(ICakeContext, KubectlCreateServiceLoadbalancerSettings) Method

Summary

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

Syntax

public static void KubectlCreateServiceLoadbalancer(this ICakeContext context, KubectlCreateServiceLoadbalancerSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void