File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -758,7 +758,7 @@ func (cache *cacheImpl) updateMetrics() {
758
758
metrics .CacheSize .WithLabelValues ("pods" ).Set (float64 (len (cache .podStates )))
759
759
metrics .CacheSize .WithLabelValues ("nodes" ).Set (float64 (len (cache .nodes )))
760
760
761
- // we intentionally keep them with the deprecation and will remove at v1.33 .
761
+ // we intentionally keep them with the deprecation and will remove at v1.34 .
762
762
//nolint:staticcheck
763
763
metrics .SchedulerCacheSize .WithLabelValues ("assumed_pods" ).Set (float64 (len (cache .assumedPods )))
764
764
//nolint:staticcheck
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ var (
110
110
PermitWaitDuration * metrics.HistogramVec
111
111
CacheSize * metrics.GaugeVec
112
112
// Deprecated: SchedulerCacheSize is deprecated,
113
- // and will be removed at v1.33 . Please use CacheSize instead.
113
+ // and will be removed at v1.34 . Please use CacheSize instead.
114
114
SchedulerCacheSize * metrics.GaugeVec
115
115
unschedulableReasons * metrics.GaugeVec
116
116
PluginEvaluationTotal * metrics.CounterVec
You can’t perform that action at this time.
0 commit comments