KubectlAliases.

KubectlCreateServiceWithResult(ICakeContext, KubectlCreateServiceSettings) Method

Summary

Create a service using a specified subcommand.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlCreateServiceWithResult(this ICakeContext context, KubectlCreateServiceSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
IEnumerable<string> Output lines.