version

package
v1.62.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package version defines constants to distinguish between supported xDS API versions.

Index

Constants

View Source
const (
	V3ListenerType    = "envoy.config.listener.v3.Listener"
	V3RouteConfigType = "envoy.config.route.v3.RouteConfiguration"
	V3ClusterType     = "envoy.config.cluster.v3.Cluster"
	V3EndpointsType   = "envoy.config.endpoint.v3.ClusterLoadAssignment"

	V3ResourceWrapperURL      = googleapiPrefix + "envoy.service.discovery.v3.Resource"
	V3ListenerURL             = googleapiPrefix + V3ListenerType
	V3RouteConfigURL          = googleapiPrefix + V3RouteConfigType
	V3ClusterURL              = googleapiPrefix + V3ClusterType
	V3EndpointsURL            = googleapiPrefix + V3EndpointsType
	V3HTTPConnManagerURL      = googleapiPrefix + "envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager"
	V3UpstreamTLSContextURL   = googleapiPrefix + "envoy.extensions.transport_sockets.tls.v3.UpstreamTlsContext"
	V3DownstreamTLSContextURL = googleapiPrefix + "envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext"
)

Resource URLs. We need to be able to accept either version of the resource regardless of the version of the transport protocol in use.

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL