Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncManager ¶
type SyncManager interface { Run(stopCh <-chan struct{}) NodeAddresses() ([]v1.NodeAddress, error) }
SyncManager is an interface for making requests to a cloud provider
func NewSyncManager ¶
func NewSyncManager(cloud cloudprovider.Interface, nodeName types.NodeName, syncPeriod time.Duration) SyncManager
NewSyncManager creates a manager responsible for collecting resources from a cloud provider through requests that are sensitive to timeouts and hanging
Click to show internal directories.
Click to hide internal directories.