Registry / networking / envoyproxy-go-control-plane

envoyproxy-go-control-plane

JSON →
library0.14.0gogounverified

Go implementation of the Envoy xDS control plane API for dynamic configuration.

go get github.com/envoyproxy/go-control-plane
INSTALL
IMPORT
SIG · ENVOYPROXY-GO-CONT
E
envoyproxy-go-control-plane
networkinggov0.14.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

controlplane
github.com/envoyproxy/go-control-plane

Creates a new xDS control plane server.

package main import ( "context" "github.com/envoyproxy/go-control-plane/pkg/server/v3" ) func main() { ctx := context.Background() srv := server.NewServer(ctx, nil, nil) _ = srv }
Debug
Known issues
breakingAPI versioning: v3 is the current stable version; v2 is deprecated.
fix
Use v3 packages and avoid v2 imports.
affects: >=0.10.0
Upgrade
Version history
0.14.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
envoyproxy-go-control-plane — go get envoyproxy-go-control-plane · libregistry