mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Fixed pull-kubernetes-verify issues
This commit is contained in:
parent
457972f1a4
commit
a5bc997aa9
@ -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{
|
||||||
|
Loading…
Reference in New Issue
Block a user