Documentation
¶
Overview ¶
Package types defines types used only by volume components
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeneratedOperations ¶
type GeneratedOperations struct {
OperationFunc func() (eventErr error, detailedErr error)
EventRecorderFunc func(*error)
CompleteFunc func(*error)
}
GeneratedOperations contains the operation that is created as well as supporting functions required for the operation executor
Click to show internal directories.
Click to hide internal directories.