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.27.6
- Published
- Sep 13, 2023
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 1 minute ago –
Tools for package owners.