ProxyEndpoint
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>
"expressionSelector": string
Field | Type | Description |
---|---|---|
namespace |
string |
Optional. The namespace to look for proxies. If this is omitted, all namespaces will be considered. |
name |
string |
Optional. The name of the proxy to look up. If this is provided, a namespace must be included as well. |
selector |
map<string, string> |
Optional. Equality-based selector to use to filter returned proxies. This will be ignored if a name is provided. See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#equality-based-requirement If both selector and expressionSelector are defined, then expressionSelector is used. |
expressionSelector |
string |
Optional. Set-based selector to use to filter returned proxies. This will be ignored if a name is provided. See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#set-based-requirement If both selector and expressionSelector are defined, then expressionSelector is used. |
ProxyEndpointResponse
"proxies": []gloo.solo.io.Proxy
Field | Type | Description |
---|---|---|
proxies |
[]gloo.solo.io.Proxy | List of proxies returned from the gloo pod. |