Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRemoteClusterDisconnected is the error returned by wait for sync // operations if the remote cluster is disconnected while still waiting. ErrRemoteClusterDisconnected = errors.New("remote cluster disconnected") )
Functions ¶
Types ¶
type Fn ¶ added in v1.16.0
Fn is the type of a function to wait for the initial synchronization of a given resource type from all remote clusters.
type SyncedCommon ¶ added in v1.16.0
type SyncedCommon struct {
// contains filtered or unexported fields
}
SyncedCommon contains common fields and methods used for tracking the synchronization status of a remote cluster.
func NewSyncedCommon ¶ added in v1.16.0
func NewSyncedCommon() SyncedCommon
NewSyncedCommon returns a new SyncedCommon instance.
func (*SyncedCommon) Stop ¶ added in v1.16.0
func (sc *SyncedCommon) Stop()
Click to show internal directories.
Click to hide internal directories.