MCPcopy
hub / github.com/kubernetes/client-go / controller

Struct controller

tools/cache/controller.go:75–80  ·  view source on GitHub ↗

Controller is a generic controller framework.

Source from the content-addressed store, hash-verified

73
74// Controller is a generic controller framework.
75type controller struct {
76 config Config
77 reflector *Reflector
78 reflectorMutex sync.RWMutex
79 clock clock.Clock
80}
81
82type Controller interface {
83 Run(stopCh <-chan struct{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected