Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CSIInformerFactoryWrapper ¶
type CSIInformerFactoryWrapper struct {
// contains filtered or unexported fields
}
CSIInformerFactoryWrapper is a proxy around the CSI SharedInformerFactory that checks the CSI feature flag before performing operations.
func NewCSIInformerFactoryWrapper ¶
func NewCSIInformerFactoryWrapper(c snapshotv1beta1client.Interface) *CSIInformerFactoryWrapper
func (*CSIInformerFactoryWrapper) Start ¶
func (w *CSIInformerFactoryWrapper) Start(stopCh <-chan struct{})
Start proxies the Start call to the CSI SharedInformerFactory.
func (*CSIInformerFactoryWrapper) WaitForCacheSync ¶
func (w *CSIInformerFactoryWrapper) WaitForCacheSync(stopCh <-chan struct{}) map[reflect.Type]bool
WaitForCacheSync proxies the WaitForCacheSync call to the CSI SharedInformerFactory.
Click to show internal directories.
Click to hide internal directories.