xds

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2024 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateControllers

func CreateControllers(mgr *Manager, controllerManager ctrl.Manager) error

CreateControllers creates the various k8s controllers used to update the xDS manager.

func RegisterService

func RegisterService(ctx context.Context, manager *Manager, grpcServer *grpc.Server)

RegisterService registers an xDS service backed by Manager to the given gRPC server.

Types

type Manager

type Manager struct {
	// contains filtered or unexported fields
}

Manager manages the core routing components of the dataplane. It maps the following controlplane types to xDS types: - Peer -> Cluster (whose name starts with a designated prefix) - Export -> Cluster (whose name starts with a designated prefix) - Import -> Listener (whose name starts with a designated prefix) Note that imported service bindings are handled by the egress authz server.

func NewManager

func NewManager(crdMode bool) *Manager

NewManager creates an uninitialized, non-registered xDS manager.

func (*Manager) AddExport

func (m *Manager) AddExport(export *v1alpha1.Export) error

AddExport defines a new route target for ingress dataplane connections.

func (*Manager) AddImport

func (m *Manager) AddImport(imp *v1alpha1.Import) error

AddImport adds a listening socket for an imported remote service.

func (*Manager) AddPeer

func (m *Manager) AddPeer(peer *v1alpha1.Peer) error

AddPeer defines a new route target for egress dataplane connections.

func (*Manager) DeleteExport

func (m *Manager) DeleteExport(name types.NamespacedName) error

DeleteExport removes the possibility for ingress dataplane connections to access a given service.

func (*Manager) DeleteImport

func (m *Manager) DeleteImport(name types.NamespacedName) error

DeleteImport removes the listening socket of a previously imported service.

func (*Manager) DeletePeer

func (m *Manager) DeletePeer(name string) error

DeletePeer removes the possibility for egress dataplane connections to be routed to a given peer.

Jump to

Keyboard shortcuts

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