controls

package
v1.0.1-rc1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterManager

type ClusterManager interface {
	RemoveCluster(names []string)
	HasCluster(name string) bool
	UpdateCluster(cluster *model.ClusterConfig)
	AddCluster(cluster *model.ClusterConfig)
	CloneXdsControlStore() (ClusterStore, error)
}

type ClusterStore

type ClusterStore interface {
	Config() []*model.ClusterConfig
	HasCluster(name string) bool
}

type DynamicResourceManager

type DynamicResourceManager interface {
	GetLds() *model.ApiConfigSource
	GetCds() *model.ApiConfigSource
	GetNode() *model.Node
}

type ListenerManager

type ListenerManager interface {
	AddListener(m *model.Listener) error
	UpdateListener(m *model.Listener) error
	RemoveListener(names []string)
	HasListener(name string) bool
	CloneXdsControlListener() ([]*model.Listener, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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