Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache interface {
// Run start informer
Run(stopCh <-chan struct{})
// WaitForCacheSync waits for all cache synced
WaitForCacheSync(stopCh <-chan struct{}) bool
PodGroupLister() schedulinglister.PodGroupLister
}
Cache collects pods/nodes information.
Click to show internal directories.
Click to hide internal directories.