KubectlAliases.

KubectlCreateIngressWithResult(ICakeContext, KubectlCreateIngressSettings) Method

Summary

Create an ingress with the specified name.
Assembly
Cake.Kubectl.dll
Namespace
Cake.Kubectl
Containing Type
KubectlAliases

Syntax

public static IEnumerable<string> KubectlCreateIngressWithResult(this ICakeContext context, KubectlCreateIngressSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

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

Return Value

Type Description
IEnumerable<string> Output lines.