package errors

import "k8s.io/kubernetes/pkg/kubelet/checkpointmanager/errors"

Index

Variables

var ErrCheckpointNotFound = fmt.Errorf("checkpoint is not found")

ErrCheckpointNotFound is reported when checkpoint is not found for a given key

var ErrCorruptCheckpoint = fmt.Errorf("checkpoint is corrupted")

ErrCorruptCheckpoint error is reported when checksum does not match

Source Files

errors.go

Version
v1.24.10-rc.0
Published
Dec 8, 2022
Platform
js/wasm
Imports
1 packages
Last checked
5 minutes ago

Tools for package owners.