Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsDeletedVolumeInUse ¶
IsDeletedVolumeInUse returns true if an error returned from Delete() is deletedVolumeInUseError
func NewDanglingError ¶
NewDanglingError create a new dangling error
func NewDeletedVolumeInUseError ¶
NewDeletedVolumeInUseError returns a new instance of DeletedVolumeInUseError error.
Types ¶
type DanglingAttachError ¶
type DanglingAttachError struct { CurrentNode k8stypes.NodeName DevicePath string // contains filtered or unexported fields }
DanglingAttachError indicates volume is attached to a different node than we expected.
func (*DanglingAttachError) Error ¶
func (err *DanglingAttachError) Error() string
Click to show internal directories.
Click to hide internal directories.