Documentation
¶
Index ¶
Constants ¶
View Source
const (
// DefaultDriverName is the default storage driver used in autopilot
DefaultDriverName = "portworx"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Driver ¶
type Driver interface {
// Init initializes the storage driver
Init(params map[string]string, recorder record.EventRecorder) error
// ExpandVolume resizes the storage pool with given UID using params
ExpandStoragePool(poolUID string, params map[string]string) error
// String returns the string name of the driver
String() string
}
Driver defines an external storage driver interface.
Click to show internal directories.
Click to hide internal directories.