KubectlAliases.

KubectlCreateServiceExternalname(ICakeContext, KubectlCreateServiceExternalnameSettings) Method

Summary

Create an ExternalName service with the specified name. ExternalName service references to an external DNS address instead of only pods, which will allow application authors to reference services that exist off platform, on other clusters, or locally.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static void KubectlCreateServiceExternalname(this ICakeContext context, KubectlCreateServiceExternalnameSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
void