Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for currentAverageUtilization (0.51 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": {
    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

        message: messageValue
        reason: reasonValue
        status: statusValue
        type: typeValue
      currentMetrics:
      - containerResource:
          container: containerValue
          currentAverageUtilization: 2
          currentAverageValue: "0"
          name: nameValue
        external:
          currentAverageValue: "0"
          currentValue: "0"
          metricName: metricNameValue
          metricSelector:
    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

    	// currentAverageUtilization is the current value of the average of the
    	// resource metric across all relevant pods, represented as a percentage of
    	// the requested value of the resource for the pods.  It will only be
    	// present if `targetAverageValue` was set in the corresponding metric
    	// specification.
    	// +optional
    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. staging/src/k8s.io/api/autoscaling/v2/types.go

    	// metric across all relevant pods (as a quantity)
    	// +optional
    	AverageValue *resource.Quantity `json:"averageValue,omitempty" protobuf:"bytes,2,opt,name=averageValue"`
    
    	// currentAverageUtilization is the current value of the average of the
    	// resource metric across all relevant pods, represented as a percentage of
    	// the requested value of the resource for the pods.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"currentAverageUtilization": {
    						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)
  6. api/openapi-spec/swagger.json

        "io.k8s.api.autoscaling.v2.MetricValueStatus": {
          "description": "MetricValueStatus holds the current value for a metric",
          "properties": {
            "averageUtilization": {
              "description": "currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.",
              "format": "int32",
              "type": "integer"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top