Documentation ¶
Index ¶
- type Reader
- func New(dc cs.Interface) Reader
- func NewCached(dc cs.Interface, defaultResync time.Duration, stopCh <-chan struct{}) Reader
- func NewCachedWithOptions(dc cs.Interface, defaultResync time.Duration, stopCh <-chan struct{}, ...) Reader
- func NewSharedCached(factory informers.SharedInformerFactory, stopCh <-chan struct{}) Reader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader interface {
CAProviderClasses(namespace string) listers.CAProviderClassNamespaceLister
}
func NewCachedWithOptions ¶
func NewSharedCached ¶
func NewSharedCached(factory informers.SharedInformerFactory, stopCh <-chan struct{}) Reader
Click to show internal directories.
Click to hide internal directories.