Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAPIError ¶
IsAPIError checks if the given error is API related.
func NewAggregator ¶
func NewAggregator(fallbackCache cache.Cache, gvkToCache map[schema.GroupVersionKind]cache.Cache, scheme *runtime.Scheme) cache.Cache
NewAggregator creates a new instance of an aggregated cache.
func NewCacheError ¶
NewCacheError returns a new instance of `CacheError`.
Types ¶
type CacheError ¶
type CacheError struct {
// contains filtered or unexported fields
}
CacheError is an error type indicating that an cache error occurred.
func (*CacheError) Error ¶
func (e *CacheError) Error() string
Error returns the error string with the underlying error.
func (*CacheError) Unwrap ¶
func (e *CacheError) Unwrap() error
Unwrap returns the next error in the error chain.
Click to show internal directories.
Click to hide internal directories.