withIngressPath
Method
interface KubernetesIngressResource { // ... omitted for brevity withIngressPath( path: string, endpoint: EndpointReference, pathType?: IngressPathType): KubernetesIngressResource;}Signature
method
withIngressPath builder Adds a path-based rule to the ingress. The rule matches all hosts and forwards traffic matching the specified path to the given endpoint's backing Kubernetes service.
withIngressPath( path: string, endpoint: EndpointReference, pathType?: IngressPathType): KubernetesIngressResourceParameters
path string endpoint EndpointReference pathType IngressPathType optional = Prefix Returns
KubernetesIngressResource Applies to
This method applies to the following types: