Listeners
admin.v2alpha.Listeners
[admin.v2alpha.Listeners proto]
Admin endpoint uses this wrapper for /listeners to display listener status information. See /listeners for more information.
{
"listener_statuses": []
}
listener_statuses
(admin.v2alpha.ListenerStatus) List of listener statuses.
admin.v2alpha.ListenerStatus
[admin.v2alpha.ListenerStatus proto]
Details an individual listener’s current status.
{
"name": "...",
"local_address": "{...}"
}
name
(string) Name of the listener
local_address
(core.Address) The actual local address that the listener is listening on. If a listener was configured to listen on port 0, then this address has the port that was allocated by the OS.
当前内容版权归 Envoy Proxy 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Envoy Proxy .