Documentation ¶
Overview ¶
Package k8serror encapsulates error of k8s object
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound indicates "not found" error ErrNotFound = errors.New("not found") // ErrInvalidParams indicates invalid param(s) ErrInvalidParams = errors.New("invalid params") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.