types

package
v0.34.2 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 0 Imported by: 6

Documentation

Index

Constants

View Source
const (
	AnyType    = ""
	TypePrefix = "type.googleapis.com"
)

AnyType is used only by ADS

View Source
const (
	EndpointTypeV1 = TypePrefix + "/envoy.config.endpoint.v1.ClusterLoadAssignment"
	ClusterTypeV1  = TypePrefix + "/envoy.config.cluster.v1.Cluster"
	RouteTypeV1    = TypePrefix + "/envoy.config.route.v1.RouteConfiguration"
	ListenerTypeV1 = TypePrefix + "/envoy.config.listener.v1.Listener"
	SecretTypeV1   = TypePrefix + "/envoy.extensions.transport_sockets.tls.v1.Secret"
)

Resource types in xDS v1.

View Source
const (
	EndpointTypeV2 = TypePrefix + "/envoy.config.endpoint.v2.ClusterLoadAssignment"
	ClusterTypeV2  = TypePrefix + "/envoy.config.cluster.v2.Cluster"
	RouteTypeV2    = TypePrefix + "/envoy.config.route.v2.RouteConfiguration"
	ListenerTypeV2 = TypePrefix + "/envoy.config.listener.v2.Listener"
	SecretTypeV2   = TypePrefix + "/envoy.extensions.transport_sockets.tls.v2.Secret"
)

Resource types in xDS v2.

View Source
const (
	EndpointTypeV3 = TypePrefix + "/envoy.config.endpoint.v3.ClusterLoadAssignment"
	ClusterTypeV3  = TypePrefix + "/envoy.config.cluster.v3.Cluster"
	RouteTypeV3    = TypePrefix + "/envoy.config.route.v3.RouteConfiguration"
	ListenerTypeV3 = TypePrefix + "/envoy.config.listener.v3.Listener"
	SecretTypeV3   = TypePrefix + "/envoy.extensions.transport_sockets.tls.v3.Secret"
)

Resource types in xDS v3.

View Source
const (
	FetchEndpointsV3 = "/v3/discovery:endpoints"
	FetchClustersV3  = "/v3/discovery:clusters"
	FetchListenersV3 = "/v3/discovery:listeners"
	FetchRoutesV3    = "/v3/discovery:routes"
	FetchSecretsV3   = "/v3/discovery:secrets"
)

Fetch urls in xDS v3.

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