Remove metering ConfigMap dependency.

Signed-off-by: Rao Yunkun <yunkunrao@yunify.com>
This commit is contained in:
Rao Yunkun
2021-04-19 17:06:34 +08:00
parent 37c53db57f
commit 5904e2e9be
17 changed files with 112 additions and 154 deletions

View File

@@ -16,7 +16,9 @@ limitations under the License.
package monitoring
import "time"
import (
"time"
)
type Interface interface {
GetMetric(expr string, time time.Time) Metric