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.13.13-beta.0
Published
Oct 15, 2019
Platform
linux/amd64
Imports
1 packages
Last checked
33 minutes ago

Tools for package owners.