Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
SdkEndpoint string
ResyncPeriod time.Duration
RetryIntervalStart time.Duration
RetryIntervalMax time.Duration
}
Config represents a configuration for creating a controller server
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller represents a controller server
func (*Controller) Run ¶
func (ctrl *Controller) Run(workers int, stopCh chan struct{})
Run starts the Px Object Service controller
Click to show internal directories.
Click to hide internal directories.