Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 29 for currentAverageValue (0.36 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.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: Fri Dec 15 04:12:07 UTC 2023
    - 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/apis/autoscaling/v1/conversion.go

    	if in.Current.AverageValue != nil {
    		out.CurrentAverageValue = in.Current.AverageValue
    	}
    	out.MetricSelector = in.Metric.Selector
    	return nil
    }
    
    func Convert_v1_ExternalMetricStatus_To_autoscaling_ExternalMetricStatus(in *autoscalingv1.ExternalMetricStatus, out *autoscaling.ExternalMetricStatus, s conversion.Scope) error {
    	value := in.CurrentValue
    	averageValue := in.CurrentAverageValue
    	out.Current = autoscaling.MetricValueStatus{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 16 03:29:22 UTC 2021
    - 21.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/autoscaling/v2beta1/zz_generated.deepcopy.go

    		in, out := &in.MetricSelector, &out.MetricSelector
    		*out = new(v1.LabelSelector)
    		(*in).DeepCopyInto(*out)
    	}
    	out.CurrentValue = in.CurrentValue.DeepCopy()
    	if in.CurrentAverageValue != nil {
    		in, out := &in.CurrentAverageValue, &out.CurrentAverageValue
    		x := (*in).DeepCopy()
    		*out = &x
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalMetricStatus.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 15.4K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/autoscaling/v2beta1/generated.proto

      // currentAverageValue is the current value of the average of the
      // resource metric across all relevant pods, as a raw value (instead of as
      // a percentage of the request), similar to the "pods" metric source type.
      // It will always be set, regardless of the corresponding metric specification.
      optional k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 3;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v1/zz_generated.deepcopy.go

    		in, out := &in.MetricSelector, &out.MetricSelector
    		*out = new(metav1.LabelSelector)
    		(*in).DeepCopyInto(*out)
    	}
    	out.CurrentValue = in.CurrentValue.DeepCopy()
    	if in.CurrentAverageValue != nil {
    		in, out := &in.CurrentAverageValue, &out.CurrentAverageValue
    		x := (*in).DeepCopy()
    		*out = &x
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalMetricStatus.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 16.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/autoscaling/v1/generated.proto

      // currentAverageValue is the current value of the average of the
      // resource metric across all relevant pods, as a raw value (instead of as
      // a percentage of the request), similar to the "pods" metric source type.
      // It will always be set, regardless of the corresponding metric specification.
      optional .k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 3;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 22K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/autoscaling/v1/generated.proto

      // currentAverageValue is the current value of the average of the
      // resource metric across all relevant pods, as a raw value (instead of as
      // a percentage of the request), similar to the "pods" metric source type.
      // It will always be set, regardless of the corresponding metric specification.
      optional k8s.io.apimachinery.pkg.api.resource.Quantity currentAverageValue = 3;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 22K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/autoscaling/v2beta1/types_swagger_doc_generated.go

    	"currentAverageValue":       "currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the \"pods\" metric source type. It will always be set, regardless of...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 20.4K bytes
    - Viewed (0)
Back to top