Documentation ¶
Index ¶
Constants ¶
View Source
const ( EndpointType = apiTypePrefix + "ClusterLoadAssignment" ClusterType = apiTypePrefix + "Cluster" RouteType = apiTypePrefix + "RouteConfiguration" ListenerType = apiTypePrefix + "Listener" SecretType = apiTypePrefix + "auth.Secret" RuntimeType = discoveryTypePrefix + "Runtime" // AnyType is used only by ADS AnyType = "" )
Resource types in xDS v2.
View Source
const ( FetchEndpoints = "/v2/discovery:endpoints" FetchClusters = "/v2/discovery:clusters" FetchListeners = "/v2/discovery:listeners" FetchRoutes = "/v2/discovery:routes" FetchSecrets = "/v2/discovery:secrets" FetchRuntimes = "/v2/discovery:runtime" )
Fetch urls in xDS v2.
View Source
const DefaultAPIVersion = core.ApiVersion_V2
DefaultAPIVersion is the api version
Variables ¶
This section is empty.
Functions ¶
func GetHTTPConnectionManager ¶
func GetHTTPConnectionManager(filter *listener.Filter) *hcm.HttpConnectionManager
GetHTTPConnectionManager creates a HttpConnectionManager from filter
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.