withIngressPath
Method
interface KubernetesIngressResource { // ... omitted for brevity withIngressPath( path: string, endpoint: EndpointReference, pathType?: IngressPathType): KubernetesIngressResource;}Signature
method
withIngressPathbuilderAdds 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
pathstringendpointEndpointReferencepathTypeIngressPathTypeoptional= PrefixReturns
KubernetesIngressResourceApplies to
This method applies to the following types: