cluster

package
v0.2.11 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2023 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connector

type Connector interface {
	Run(stopCh <-chan struct{}) error
}

func NewConnector

func NewConnector(ctx context.Context, broker *event.Broker, certMgr certificate.Manager, resyncPeriod time.Duration) (Connector, error)

type LocalConnector

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

func (*LocalConnector) Run

func (c *LocalConnector) Run(stopCh <-chan struct{}) error

type RemoteConnector

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

func (*RemoteConnector) Run

func (c *RemoteConnector) Run(stopCh <-chan struct{}) error

func (*RemoteConnector) ServiceImportExists

func (c *RemoteConnector) ServiceImportExists(svcExp *svcexpv1alpha1.ServiceExport) bool

func (*RemoteConnector) ValidateServiceExport

func (c *RemoteConnector) ValidateServiceExport(svcExp *svcexpv1alpha1.ServiceExport, service *corev1.Service) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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