KubectlAliases.

KubectlCreateServiceClusteripWithResult(ICakeContext, KubectlCreateServiceClusteripSettings) Method

Summary

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

Syntax

public static IEnumerable<string> KubectlCreateServiceClusteripWithResult(this ICakeContext context, KubectlCreateServiceClusteripSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
IEnumerable<string> Output lines.