mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
Fixed pull-kubernetes-verify issues
This commit is contained in:
@@ -59,7 +59,6 @@ pkg/controller/certificates/signer
|
|||||||
pkg/controller/certificates/signer/config/v1alpha1
|
pkg/controller/certificates/signer/config/v1alpha1
|
||||||
pkg/controller/cloud
|
pkg/controller/cloud
|
||||||
pkg/controller/clusterroleaggregation
|
pkg/controller/clusterroleaggregation
|
||||||
pkg/controller/cronjob
|
|
||||||
pkg/controller/daemon
|
pkg/controller/daemon
|
||||||
pkg/controller/daemon/config/v1alpha1
|
pkg/controller/daemon/config/v1alpha1
|
||||||
pkg/controller/deployment
|
pkg/controller/deployment
|
||||||
|
@@ -247,7 +247,7 @@ var (
|
|||||||
},
|
},
|
||||||
[]string{"operation_type"},
|
[]string{"operation_type"},
|
||||||
)
|
)
|
||||||
// DeprecatedPodStartLatency is a Summary that tracks the latency (in microseconds) for a single pod to go from pending to runing.
|
// DeprecatedPodStartLatency is a Summary that tracks the latency (in microseconds) for a single pod to go from pending to running.
|
||||||
// This metric is deprecated.
|
// This metric is deprecated.
|
||||||
DeprecatedPodStartLatency = prometheus.NewSummary(
|
DeprecatedPodStartLatency = prometheus.NewSummary(
|
||||||
prometheus.SummaryOpts{
|
prometheus.SummaryOpts{
|
||||||
|
Reference in New Issue
Block a user