mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
rebase: update kubernetes to 1.30
updating kubernetes to 1.30 release Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
62ddcf715b
commit
e727bd351e
3
vendor/k8s.io/api/autoscaling/v2beta1/generated.proto
generated
vendored
3
vendor/k8s.io/api/autoscaling/v2beta1/generated.proto
generated
vendored
@ -220,6 +220,7 @@ message HorizontalPodAutoscalerSpec {
|
||||
// increased, and vice-versa. See the individual metric source types for
|
||||
// more information about how each type of metric must respond.
|
||||
// +optional
|
||||
// +listType=atomic
|
||||
repeated MetricSpec metrics = 4;
|
||||
}
|
||||
|
||||
@ -244,11 +245,13 @@ message HorizontalPodAutoscalerStatus {
|
||||
|
||||
// currentMetrics is the last read state of the metrics used by this autoscaler.
|
||||
// +optional
|
||||
// +listType=atomic
|
||||
repeated MetricStatus currentMetrics = 5;
|
||||
|
||||
// conditions is the set of conditions required for this autoscaler to scale its target,
|
||||
// and indicates whether or not those conditions are met.
|
||||
// +optional
|
||||
// +listType=atomic
|
||||
repeated HorizontalPodAutoscalerCondition conditions = 6;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user