package cache
import "k8s.io/kubernetes/test/e2e/storage/drivers/csi-test/mock/cache"
Index ¶
Types ¶
type Snapshot ¶
type SnapshotCache ¶
type SnapshotCache interface { Add(snapshot Snapshot) Delete(i int) List(ready bool) []csi.Snapshot FindSnapshot(k, v string) (int, Snapshot) }
func NewSnapshotCache ¶
func NewSnapshotCache() SnapshotCache
Source Files ¶
SnapshotCache.go
- Version
- v1.24.17
- Published
- Aug 23, 2023
- Platform
- windows/amd64
- Imports
- 3 packages
- Last checked
- 5 minutes ago –
Tools for package owners.