Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolicyInformer ¶
type PolicyInformer interface { GetLister() v1alpha1.PolicyLister GetInfomer() cache.SharedIndexInformer }
PolicyInformer access policy informers
type SharedInfomer ¶
type SharedInfomer interface { PolicyInformer }
SharedInfomer access shared informers
func NewFakeSharedInformerFactory ¶ added in v0.4.0
func NewFakeSharedInformerFactory(objects ...runtime.Object) (SharedInfomer, error)
func NewSharedInformerFactory ¶
func NewSharedInformerFactory(clientConfig *rest.Config) (SharedInfomer, error)
NewSharedInformerFactory returns shared informer
Click to show internal directories.
Click to hide internal directories.