Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrKeyNotFound = errors.New("key not found") ErrInvalidConfigMap = errors.New("configMap name and namespase should be provided") ErrInvalidConfigMapKey = errors.New("data key for configMap should be provided") ErrInvalidConfigMapClient = errors.New("configMap client should be provided") )
Package specific errors:
Functions ¶
func IsNotExist ¶
IsNotExist returns a boolean indicating whether the error is known to report that kubernetes resource or known key isn't found.
Types ¶
Click to show internal directories.
Click to hide internal directories.