Documentation ¶
Overview ¶
Package version defines supported xDS API versions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransportAPI ¶
type TransportAPI int
TransportAPI refers to the API version for xDS transport protocol. This describes the xDS gRPC endpoint and version of DiscoveryRequest/Response used on the wire.
const ( // TransportV2 refers to the v2 xDS transport protocol. TransportV2 TransportAPI = iota // TransportV3 refers to the v3 xDS transport protocol. TransportV3 )
Click to show internal directories.
Click to hide internal directories.