*: update kube vendor to v1.7.4
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
c67859731f
commit
d56bf090ce
1032 changed files with 273965 additions and 40081 deletions
4
vendor/k8s.io/kubernetes/pkg/apis/autoscaling/annotations.go
generated
vendored
4
vendor/k8s.io/kubernetes/pkg/apis/autoscaling/annotations.go
generated
vendored
|
@ -24,6 +24,10 @@ const MetricSpecsAnnotation = "autoscaling.alpha.kubernetes.io/metrics"
|
|||
// statuses when converting the `CurrentMetrics` field from autoscaling/v2alpha1
|
||||
const MetricStatusesAnnotation = "autoscaling.alpha.kubernetes.io/current-metrics"
|
||||
|
||||
// HorizontalPodAutoscalerConditionsAnnotation is the annotation which holds the conditions
|
||||
// of an HPA when converting the `Conditions` field from autoscaling/v2alpha1
|
||||
const HorizontalPodAutoscalerConditionsAnnotation = "autoscaling.alpha.kubernetes.io/conditions"
|
||||
|
||||
// DefaultCPUUtilization is the default value for CPU utilization, provided no other
|
||||
// metrics are present. This is here because it's used by both the v2alpha1 defaulting
|
||||
// logic, and the pseudo-defaulting done in v1 conversion.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue