Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Driver ¶
type Driver interface {
// ResizeVolume resizes the given volume with the resizePercentage
ResizeVolume(volumeName string, resizePercentage int) error
// ListVolumeUUIDs returns a list of unique volume ids that match the
// provided label selectors.
ListVolumeUUIDs(namespaceSelector, labelSelector metav1.LabelSelector) ([]string, error)
}
Driver is the scheduler driver interface
Click to show internal directories.
Click to hide internal directories.