proxy_endpoint.proto

Package: gloo.solo.io

Types:

Source File: github.com/solo-io/gloo/projects/gloo/api/grpc/debug/proxy_endpoint.proto

ProxyEndpointRequest

"namespace": string
"name": string
"selector": map<string, string>

Field Type Description
namespace string The namespace to look for proxies.
name string Optional. The name of the proxy to look up.
selector map<string, string> Optional. Selector to use to filter returned proxies. This will be ignored if a name is provided.

ProxyEndpointResponse

"proxies": []gloo.solo.io.Proxy

Field Type Description
proxies []gloo.solo.io.Proxy List of proxies returned from the gloo pod.