KubectlAliases.

KubectlCreateIngress(ICakeContext, KubectlCreateIngressSettings) Method

Summary

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

Syntax

public static void KubectlCreateIngress(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
void