Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/apis/autoscaling/v1/conversion_test.go

    						{
    							Type: autoscaling.ResourceMetricSourceType,
    							Resource: &autoscaling.ResourceMetricSource{
    								Name: api.ResourceCPU,
    								Target: autoscaling.MetricTarget{
    									Type:         autoscaling.AverageValueMetricType,
    									AverageValue: resource.NewMilliQuantity(300, resource.DecimalSI),
    								},
    							},
    						},
    						{
    							Type: autoscaling.ResourceMetricSourceType,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 08 12:14:37 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  2. pkg/apis/autoscaling/fuzzer/fuzzer.go

    				{
    					Type: autoscaling.PodsMetricSourceType,
    					Pods: &autoscaling.PodsMetricSource{
    						Metric: podMetricID,
    						Target: autoscaling.MetricTarget{
    							Type:         autoscaling.AverageValueMetricType,
    							AverageValue: &averageValue,
    						},
    					},
    				},
    				{
    					Type: autoscaling.ObjectMetricSourceType,
    					Object: &autoscaling.ObjectMetricSource{
    						Metric: objMetricID,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 15 06:03:59 UTC 2022
    - 5.1K bytes
    - Viewed (0)
Back to top