proto

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2023 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Start(ctx context.Context) error
	GetSpecManager() *SpecManager
}

func NewGrpcClient

func NewGrpcClient(managerStateCache proxycache.ManagerStateInterface) Client

type SpecManager

type SpecManager struct {
	sync.RWMutex
	// contains filtered or unexported fields
}

func (*SpecManager) AcquireSpec

func (sm *SpecManager) AcquireSpec() *ctrlmeshproto.InternalSpec

func (*SpecManager) GetStatus

func (sm *SpecManager) GetStatus() *ctrlmeshproto.ProxyStatus

func (*SpecManager) ReleaseSpec

func (sm *SpecManager) ReleaseSpec()

func (*SpecManager) UpdateLeaderElection

func (sm *SpecManager) UpdateLeaderElection(le *ctrlmeshproto.LeaderElectionState)

func (*SpecManager) UpdateSpec

func (sm *SpecManager) UpdateSpec(spec *ctrlmeshproto.ProxySpec)

Jump to

Keyboard shortcuts

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