Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AverageValueMetricType (0.27 sec)

  1. pkg/apis/autoscaling/validation/validation_test.go

    								Type:         autoscaling.AverageValueMetricType,
    								AverageValue: resource.NewMilliQuantity(100, resource.DecimalSI),
    							},
    						},
    						Pods: &autoscaling.PodsMetricSource{
    							Metric: autoscaling.MetricIdentifier{
    								Name: "somemetric",
    							},
    							Target: autoscaling.MetricTarget{
    								Type:         autoscaling.AverageValueMetricType,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/horizontal.go

    	} else if metricSpec.Object.Target.Type == autoscalingv2.AverageValueMetricType && metricSpec.Object.Target.AverageValue != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
Back to top