pipe.proto

Package: pipe.options.gloo.solo.io

Types:

Source File: github.com/solo-io/gloo/projects/gloo/api/v1/options/pipe/pipe.proto

UpstreamSpec

Pipe upstreams are used to route request to services listening at a Unix Domain Socket. Pipe upstreams can be used to proxy any kind of service, and therefore contain a ServiceSpec for additional service-specific configuration. Unlike upstreams created by service discovery, Pipe Upstreams must be created manually by users

"path": string
"serviceSpec": .options.gloo.solo.io.ServiceSpec

Field Type Description
path string The Unix Domain Socket path.
serviceSpec .options.gloo.solo.io.ServiceSpec An optional Service Spec describing the service listening at this address.