type CSIStorageCapacityLister … type cSIStorageCapacityLister … // NewCSIStorageCapacityLister returns a new CSIStorageCapacityLister. func NewCSIStorageCapacityLister(indexer cache.Indexer) CSIStorageCapacityLister { … } // CSIStorageCapacities returns an object that can list and get CSIStorageCapacities. func (s *cSIStorageCapacityLister) CSIStorageCapacities(namespace string) CSIStorageCapacityNamespaceLister { … } type CSIStorageCapacityNamespaceLister … type cSIStorageCapacityNamespaceLister …