Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for currentAverageValue (0.63 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/autoscaling.v2beta1.HorizontalPodAutoscaler.json

            },
            "resource": {
              "name": "nameValue",
              "currentAverageUtilization": 2,
              "currentAverageValue": "0"
            },
            "containerResource": {
              "name": "nameValue",
              "currentAverageUtilization": 2,
              "currentAverageValue": "0",
              "container": "containerValue"
            },
            "external": {
              "metricName": "metricNameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/autoscaling.v2beta1.HorizontalPodAutoscaler.yaml

        status: statusValue
        type: typeValue
      currentMetrics:
      - containerResource:
          container: containerValue
          currentAverageUtilization: 2
          currentAverageValue: "0"
          name: nameValue
        external:
          currentAverageValue: "0"
          currentValue: "0"
          metricName: metricNameValue
          metricSelector:
            matchExpressions:
            - key: keyValue
              operator: operatorValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/autoscaling/v1/types.go

    	MetricName string `json:"metricName" protobuf:"bytes,1,name=metricName"`
    
    	// currentAverageValue is the current value of the average of the
    	// metric across all relevant pods (as a quantity)
    	CurrentAverageValue resource.Quantity `json:"currentAverageValue" protobuf:"bytes,2,name=currentAverageValue"`
    
    	// selector is the string-encoded form of a standard kubernetes label selector for the given metric
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"integer"},
    							Format:      "int32",
    						},
    					},
    					"currentAverageValue": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top