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.14.0
Published
Mar 21, 2019
Platform
darwin/amd64
Imports
1 packages
Last checked
58 seconds ago

Tools for package owners.