go.mod: bump metrics-server

Include a fix to the NodeMetrics and PodMetrics APIs to match k8s
conventions.
- NodeMetrics and PodMetrics now have labels as they can be filtered by
them
- Field selector is now applied to NodeMetrics and PodMetrics instead
of Nodes and Pods

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
Damien Grisonnet 2020-12-02 18:28:56 +01:00
parent e0ddb886a7
commit 6d8a82f423
5 changed files with 63 additions and 29 deletions

2
go.mod
View file

@ -23,7 +23,7 @@ require (
k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6
k8s.io/metrics v0.19.3
k8s.io/sample-apiserver v0.18.5
sigs.k8s.io/metrics-server v0.3.7-0.20201028092756-2a1d1385123b
sigs.k8s.io/metrics-server v0.4.1-0.20201126131427-ebfc64a74ae4
)
// forced by the inclusion of sigs.k8s.io/metrics-server's use of this in their go.mod