Documentation ¶
Overview ¶
Package errors provides helper functions for use by the kubelet to deal with CRI errors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( errors.New("RegistryUnavailable") // ErrSignatureValidationFailed - Unable to validate the image signature on the PullImage RPC call. ErrSignatureValidationFailed = errors.New("SignatureValidationFailed") // ErrRROUnsupported - Unable to enforce recursive readonly mounts ErrRROUnsupported = errors.New("RROUnsupported") )ErrRegistryUnavailable =
Functions ¶
func IsNotFound ¶
IsNotFound returns a boolean indicating whether the error is grpc not found error. See https://github.com/grpc/grpc/blob/master/doc/statuscodes.md for a list of grpc status codes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.