Versions in this module Expand all Collapse all v0 v0.6.0 Sep 19, 2019 v0.1.0 Sep 6, 2019 Changes in this version + type Object struct + Name string + Type Type + func (o *Object) Log() *logrus.Entry + type Ops interface + DoAction func(action string, object Object, actionParams map[string]string) error + ListObjects func(namespaceSelector, labelSelector metav1.LabelSelector) ([]Object, error) + QuerySelector func(object Object) map[string]string + func NewStoragePoolOps(metricsProvider metrics.Provider, storageDriver storage.Driver) (Ops, error) + func NewVolumeOps(schedDriver scheduler.Driver) (Ops, error) + type StoragePoolObjectActions string + const ResizeStoragePoolAction + type Type string + const OpenstorageStoragePool + const OpenstorageVolume + type VolumeObjectActions string + const ResizeVolumeAction