Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
KeyFunc = clientgocache.DeletionHandlingMetaNamespaceKeyFunc
)
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(clientset *kubernetes.Clientset, kubeInformerFactory kubeinformers.SharedInformerFactory, stopCh <-chan struct{}) (*Controller, error)
func (*Controller) BuildCache ¶
func (c *Controller) BuildCache() error
func (*Controller) GetSchedulerCache ¶
func (c *Controller) GetSchedulerCache() *cache.SchedulerCache
func (*Controller) Run ¶
func (c *Controller) Run(threadiness int, stopCh <-chan struct{}) error
Run will set up the event handlers
Click to show internal directories.
Click to hide internal directories.