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

Method Run

tools/cache/controller.go:83–83  ·  view source on GitHub ↗
(stopCh <-chan struct{})

Source from the content-addressed store, hash-verified

81
82type Controller interface {
83 Run(stopCh <-chan struct{})
84 HasSynced() bool
85 LastSyncResourceVersion() string
86}

Callers 15

TestMutationDetectorFunction · 0.65
ExampleFunction · 0.65
ExampleNewInformerFunction · 0.65
TestHammerControllerFunction · 0.65
TestUpdateFunction · 0.65
testTryAcquireOrRenewFunction · 0.65
TestListPager_ListFunction · 0.65

Implementers 3

controllertools/cache/controller.go
dummyControllertools/cache/shared_informer.go
sharedIndexInformertools/cache/shared_informer.go

Calls

no outgoing calls

Tested by 15

TestMutationDetectorFunction · 0.52
ExampleFunction · 0.52
ExampleNewInformerFunction · 0.52
TestHammerControllerFunction · 0.52
TestUpdateFunction · 0.52
testTryAcquireOrRenewFunction · 0.52
TestListPager_ListFunction · 0.52