Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Informer ¶
type Informer struct { Pod cache.SharedIndexInformer RbdComponent cache.SharedIndexInformer Event cache.SharedIndexInformer }
Informer kube-api client cache
type Lister ¶
type Lister struct { Pod PodLister RbdComponent RbdComponentLister Event EventLister }
Lister kube-api client cache
type NotExistsError ¶ added in v1.3.0
type NotExistsError string
NotExistsError is returned when an object does not exist in a local store.
func (NotExistsError) Error ¶ added in v1.3.0
func (e NotExistsError) Error() string
Error implements the error interface.
Click to show internal directories.
Click to hide internal directories.