Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoDefaultResourcePool = errors.New("no default resource pool set")
ErrNoDefaultResourcePool is returned when a default resource pool is requested but no default resource pool is set.
View Source
var ErrNotSupported = errors.New("operation not supported")
ErrNotSupported is returned when an unsupported feature of a resource manager is used.
View Source
var ErrResourceManagerDNE = errors.New("no resource manager exists with the given cluster name")
ErrResourceManagerDNE is returned when none of the resource managers have the specified cluster name.
Functions ¶
This section is empty.
Types ¶
type UnsupportedError ¶
type UnsupportedError string
UnsupportedError is returned when an unsupported feature of a resource manager is used.
func (UnsupportedError) Error ¶
func (e UnsupportedError) Error() string
func (UnsupportedError) Unwrap ¶
func (e UnsupportedError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.