withIngressHostRoute
Method
interface KubernetesIngressResource { // ... omitted for brevity withIngressHostRoute( host: string, path: string, endpoint: EndpointReference, pathType?: IngressPathType): KubernetesIngressResource;}Signature
method
withIngressHostRoute builder Adds a host-and-path route to a Kubernetes Ingress
withIngressHostRoute( host: string, path: string, endpoint: EndpointReference, pathType?: IngressPathType): KubernetesIngressResourceParameters
host string path string endpoint EndpointReference pathType IngressPathType optional = Prefix Returns
KubernetesIngressResource Applies to
This method applies to the following types: