Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetInformers ¶
func SetInformers(informers *Informers)
SetInformers created for unittest usage only
Types ¶
type Informers ¶
type Informers struct {
TemplateInformer cache.SharedIndexInformer
}
func GetInformers ¶
func GetInformers() *Informers
type KubeInformerFactory ¶
type KubeInformerFactory interface { // Starts any informers that have not been started yet // This function is thread safe and idempotent Start(stopCh <-chan struct{}) Template() cache.SharedIndexInformer }
func NewKubeInformerFactory ¶
func NewKubeInformerFactory(restConfig *rest.Config) KubeInformerFactory
Click to show internal directories.
Click to hide internal directories.