withGatewayPathRoute
Method
interface KubernetesGatewayResource { // ... omitted for brevity withGatewayPathRoute( path: string, endpoint: EndpointReference, pathType?: IngressPathType): KubernetesGatewayResource;}Signature
method
withGatewayPathRoute builder Adds a path-based route to a Kubernetes Gateway
withGatewayPathRoute( path: string, endpoint: EndpointReference, pathType?: IngressPathType): KubernetesGatewayResourceParameters
path string endpoint EndpointReference pathType IngressPathType optional = Prefix Returns
KubernetesGatewayResource Applies to
This method applies to the following types: