Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrFailedToGetClusterID ¶ added in v1.4.0
type ErrFailedToGetClusterID struct { // Cause is the underlying cause of the error Cause string }
ErrFailedToGetClusterID error type for failing to get the clusterID for a driver
func (*ErrFailedToGetClusterID) Error ¶ added in v1.4.0
func (e *ErrFailedToGetClusterID) Error() string
type ErrFailedToGetNodes ¶
type ErrFailedToGetNodes struct { // Cause is the underlying cause of the error Cause string }
ErrFailedToGetNodes error type for failing to get the nodes where a driver is available
func (*ErrFailedToGetNodes) Error ¶
func (e *ErrFailedToGetNodes) Error() string
type ErrFailedToInspectVolume ¶
type ErrFailedToInspectVolume struct { // ID is the ID/name of the volume that failed to inspect ID string // Cause is the underlying cause of the error Cause string }
ErrFailedToInspectVolume error type for failing to inspect a volume
func (*ErrFailedToInspectVolume) Error ¶
func (e *ErrFailedToInspectVolume) Error() string
Click to show internal directories.
Click to hide internal directories.