KubernetesIngressResource.withIngressPathRoute
Method
interface KubernetesIngressResource { // ... omitted for brevity withIngressPathRoute( path: string, endpoint: EndpointReference, pathType?: IngressPathType): KubernetesIngressResource;}Signature
method
withIngressPathRoute builder Adds a path-based route to a Kubernetes Ingress
withIngressPathRoute( path: string, endpoint: EndpointReference, pathType?: IngressPathType): KubernetesIngressResourceParameters
path string endpoint EndpointReference pathType IngressPathType optional = Prefix Returns
KubernetesIngressResource Defined on
This method is defined on the following type: