package testing
import "k8s.io/kubernetes/pkg/kubelet/checkpointmanager/testing"
Index ¶
Types ¶
type MemStore ¶
MemStore is an implementation of CheckpointStore interface which stores checkpoint in memory.
func NewMemStore ¶
func NewMemStore() *MemStore
NewMemStore returns an instance of MemStore
func (*MemStore) Delete ¶
Delete deletes data from the store
func (*MemStore) List ¶
List returns all the keys from the store
func (*MemStore) Read ¶
Read returns data read from store
func (*MemStore) Write ¶
Write writes the data to the store
Source Files ¶
util.go
Directories ¶
Path | Synopsis |
---|---|
pkg/kubelet/checkpointmanager/testing/example_checkpoint_formats | |
pkg/kubelet/checkpointmanager/testing/example_checkpoint_formats/v1 |
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 3 hours ago –
Tools for package owners.