type UniquePodName …
type UniquePVCName …
type GeneratedOperations …
type OperationContext …
func NewOperationContext(eventErr, detailedErr error, migrated bool) OperationContext { … }
type CompleteFuncParam …
func (o *GeneratedOperations) Run() (eventErr, detailedErr error) { … }
type FailedPrecondition …
func (err *FailedPrecondition) Error() string { … }
func NewFailedPreconditionError(msg string) *FailedPrecondition { … }
func IsFailedPreconditionError(err error) bool { … }
type InfeasibleError …
func (err *InfeasibleError) Error() string { … }
func NewInfeasibleError(msg string) *InfeasibleError { … }
func IsInfeasibleError(err error) bool { … }
type OperationNotSupported …
func (err *OperationNotSupported) Error() string { … }
func NewOperationNotSupportedError(msg string) *OperationNotSupported { … }
func IsOperationNotSupportedError(err error) bool { … }
type TransientOperationFailure …
func (err *TransientOperationFailure) Error() string { … }
func NewTransientOperationFailure(msg string) *TransientOperationFailure { … }
type UncertainProgressError …
func (err *UncertainProgressError) Error() string { … }
func NewUncertainProgressError(msg string) *UncertainProgressError { … }
func IsOperationFinishedError(err error) bool { … }
func IsFilesystemMismatchError(err error) bool { … }
func IsUncertainProgressError(err error) bool { … }
const VolumeResizerKey …