Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(queue workqueue.RateLimitingInterface, indexer cache.Indexer, informer cache.Controller, localManager *LocalManager) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(threadiness int, stopCh chan struct{})
type LocalManager ¶
type LocalManager struct {
// contains filtered or unexported fields
}
func New ¶
func New(config *rest.Config) *LocalManager
func (*LocalManager) Must ¶
func (m *LocalManager) Must(err error) *LocalManager
func (*LocalManager) Run ¶
func (m *LocalManager) Run() error
Click to show internal directories.
Click to hide internal directories.