Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadPlugins ¶
func LoadPlugins(config *config.SyncerConfiguration) []*plugin.Registration
Types ¶
type Bootstrap ¶
type Bootstrap interface { ListenAndServe(address, certFile, keyFile string) Run(<-chan struct{}) }
Bootstrap is a bootstrapping interface for syncer, targets the initialization protocol
type Syncer ¶
type Syncer struct {
// contains filtered or unexported fields
}
func New ¶
func New( config *config.SyncerConfiguration, virtualClusterClient vcclient.Interface, virtualClusterInformer vcinformers.VirtualClusterInformer, metaClusterClient clientset.Interface, superClusterClient clientset.Interface, superClusterInformers informers.SharedInformerFactory, recorder record.EventRecorder, ) (*Syncer, error)
func (*Syncer) ListenAndServe ¶
ListenAndServe initializes a server to respond to HTTP network requests on the syncer.
Directories ¶
Path | Synopsis |
---|---|
apis
|
|
envvars
Package envvars is the package that build the environment variables that kubernetes provides to the containers run by it.
|
Package envvars is the package that build the environment variables that kubernetes provides to the containers run by it. |
resources
|
|
pod
Package pod allows you to configure the syncer with vnodes backed by a vn-agent running without hostNetworking
|
Package pod allows you to configure the syncer with vnodes backed by a vn-agent running without hostNetworking |
Click to show internal directories.
Click to hide internal directories.