mirror of
https://github.com/kubernetes/client-go.git
synced 2026-01-05 15:44:39 +00:00
published by bot
(https://github.com/kubernetes/contrib/tree/master/mungegithub) copied from https://github.com/kubernetes/kubernetes.git, branch master, last commit is 3aa29bca4f6f9e43d8e2a8e3a1587d92b1b2dfe2
This commit is contained in:
1
tools/cache/controller.go
vendored
1
tools/cache/controller.go
vendored
@@ -70,6 +70,7 @@ type controller struct {
|
||||
type Controller interface {
|
||||
Run(stopCh <-chan struct{})
|
||||
HasSynced() bool
|
||||
LastSyncResourceVersion() string
|
||||
}
|
||||
|
||||
// New makes a new Controller from the given Config.
|
||||
|
||||
Reference in New Issue
Block a user