KubernetesIngressResource.withIngressClass
Method
interface KubernetesIngressResource { // ... omitted for brevity withIngressClass(className: string): KubernetesIngressResource;}Signature
method
withIngressClassbuilderSets the Kubernetes ingress class name that selects which ingress controller handles this ingress resource.
withIngressClass(className: string): KubernetesIngressResourceParameters
classNamestringReturns
KubernetesIngressResourceDefined on
This method is defined on the following type: