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.12.7
- Published
- Mar 22, 2019
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 16 seconds ago –
Tools for package owners.