Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CannotResolveDiscoveryServerError ¶
type CannotResolveDiscoveryServerError struct {
Err error
ResourceKind string
ResourceName string
ResourceNamespace string
}
func (*CannotResolveDiscoveryServerError) Error ¶
func (r *CannotResolveDiscoveryServerError) 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
Click to show internal directories.
Click to hide internal directories.