Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + func RecordMetric(key string, c *OperationStartTimeCache, err error) + func RecordVolumeOperationErrorMetric(pluginName, opName string) + func Register(pvLister PVLister, pvcLister PVCLister) + type OperationStartTimeCache struct + func NewOperationStartTimeCache() OperationStartTimeCache + func (c *OperationStartTimeCache) AddIfNotExist(key, pluginName, operationName string) + func (c *OperationStartTimeCache) Delete(key string) + func (c *OperationStartTimeCache) Has(key string) bool + type PVCLister interface + List func() []interface{} + type PVLister interface + List func() []interface{}