Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatastoreSyncer ¶
type DatastoreSyncer struct {
// contains filtered or unexported fields
}
func New ¶ added in v0.8.0
func New(restConfig *rest.Config, namespace string, localCluster types.SubmarinerCluster, localEndpoint types.SubmarinerEndpoint, colorcodes []string) *DatastoreSyncer
func NewWithDetail ¶ added in v0.8.0
func NewWithDetail(thisClusterID, namespace string, localCluster types.SubmarinerCluster, localEndpoint types.SubmarinerEndpoint, colorcodes []string, syncerConfig broker.SyncerConfig, newSyncer NewSyncer) *DatastoreSyncer
Intended for unit tests.
func (*DatastoreSyncer) Run ¶
func (d *DatastoreSyncer) Run(stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.