Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CannotResolveDiscoveryServerError ¶
type CannotResolveDiscoveryServerError struct { Err error ResourceKind string ResourceName string ResourceNamespace string }
func (*CannotResolveDiscoveryServerError) Error ¶
func (r *CannotResolveDiscoveryServerError) Error() string
type CreatingResourceError ¶
type CreatingResourceError struct { Err error ResourceKind string ResourceName string ResourceNamespace string }
func (*CreatingResourceError) Error ¶
func (r *CreatingResourceError) Error() string
type LabelNotFoundError ¶
type LabelNotFoundError struct { Err error LabelKey string ResourceKind string ResourceName string ResourceNamespace string }
Throwed when certain labels cannot be found on a resource.
func (*LabelNotFoundError) Error ¶
func (r *LabelNotFoundError) Error() string
type MultipleNodeFoundError ¶
type MultipleNodeFoundError struct { Err error ResourceKind string ResourceName string ResourceNamespace string }
func (*MultipleNodeFoundError) Error ¶
func (r *MultipleNodeFoundError) Error() string
type NodeNotFoundError ¶
type NodeNotFoundError struct { Err error ResourceKind string ResourceName string ResourceNamespace string }
func (*NodeNotFoundError) Error ¶
func (r *NodeNotFoundError) Error() string
type RobotResourcesHasNotBeenReleasedError ¶
type RobotResourcesHasNotBeenReleasedError struct { Err error ResourceKind string ResourceName string ResourceNamespace string }
func (*RobotResourcesHasNotBeenReleasedError) Error ¶
func (r *RobotResourcesHasNotBeenReleasedError) Error() string
type WaitingForResourceError ¶
type WaitingForResourceError struct { Err error ResourceKind string ResourceName string ResourceNamespace string }
func (*WaitingForResourceError) Error ¶
func (r *WaitingForResourceError) Error() string
Click to show internal directories.
Click to hide internal directories.