Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 28 for targetValue (0.28 sec)

  1. staging/src/k8s.io/api/autoscaling/v1/types.go

    	// targetValue is the target value of the metric (as a quantity).
    	// Mutually exclusive with TargetAverageValue.
    	// +optional
    	TargetValue *resource.Quantity `json:"targetValue,omitempty" protobuf:"bytes,3,opt,name=targetValue"`
    
    	// targetAverageValue is the target per-pod value of global metric (as a quantity).
    	// Mutually exclusive with TargetValue.
    	// +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)
  2. staging/src/k8s.io/api/autoscaling/v2beta1/zz_generated.deepcopy.go

    	*out = *in
    	if in.MetricSelector != nil {
    		in, out := &in.MetricSelector, &out.MetricSelector
    		*out = new(v1.LabelSelector)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.TargetValue != nil {
    		in, out := &in.TargetValue, &out.TargetValue
    		x := (*in).DeepCopy()
    		*out = &x
    	}
    	if in.TargetAverageValue != nil {
    		in, out := &in.TargetAverageValue, &out.TargetAverageValue
    		x := (*in).DeepCopy()
    		*out = &x
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 15.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/autoscaling/v1/zz_generated.deepcopy.go

    	*out = *in
    	if in.MetricSelector != nil {
    		in, out := &in.MetricSelector, &out.MetricSelector
    		*out = new(metav1.LabelSelector)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.TargetValue != nil {
    		in, out := &in.TargetValue, &out.TargetValue
    		x := (*in).DeepCopy()
    		*out = &x
    	}
    	if in.TargetAverageValue != nil {
    		in, out := &in.TargetAverageValue, &out.TargetAverageValue
    		x := (*in).DeepCopy()
    		*out = &x
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 16.8K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/autoscaling/v2beta1/generated.proto

      // targetValue is the target value of the metric (as a quantity).
      // Mutually exclusive with TargetAverageValue.
      // +optional
      optional k8s.io.apimachinery.pkg.api.resource.Quantity targetValue = 3;
    
      // targetAverageValue is the target per-pod value of global metric (as a quantity).
      // Mutually exclusive with TargetValue.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  5. pkg/apis/autoscaling/v1/conversion.go

    	out.MetricName = in.Metric.Name
    	out.TargetValue = in.Target.Value
    	out.TargetAverageValue = in.Target.AverageValue
    	out.MetricSelector = in.Metric.Selector
    	return nil
    }
    
    func Convert_v1_ExternalMetricSource_To_autoscaling_ExternalMetricSource(in *autoscalingv1.ExternalMetricSource, out *autoscaling.ExternalMetricSource, s conversion.Scope) error {
    	value := in.TargetValue
    	averageValue := in.TargetAverageValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 16 03:29:22 UTC 2021
    - 21.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/autoscaling/v2beta1/types_swagger_doc_generated.go

    	"targetValue":        "targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.",
    	"targetAverageValue": "targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.",
    }
    
    func (ExternalMetricSource) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 20.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v1/types_swagger_doc_generated.go

    	"targetValue":        "targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue.",
    	"targetAverageValue": "targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue.",
    }
    
    func (ExternalMetricSource) SwaggerDoc() map[string]string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/autoscaling/v2beta1/generated.proto

      // targetValue is the target value of the metric (as a quantity).
      // Mutually exclusive with TargetAverageValue.
      // +optional
      optional .k8s.io.apimachinery.pkg.api.resource.Quantity targetValue = 3;
    
      // targetAverageValue is the target per-pod value of global metric (as a quantity).
      // Mutually exclusive with TargetValue.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v1/generated.proto

      // targetValue is the target value of the metric (as a quantity).
      // Mutually exclusive with TargetAverageValue.
      // +optional
      optional .k8s.io.apimachinery.pkg.api.resource.Quantity targetValue = 3;
    
      // targetAverageValue is the target per-pod value of global metric (as a quantity).
      // Mutually exclusive with TargetValue.
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 22K bytes
    - Viewed (0)
  10. common-protos/k8s.io/api/autoscaling/v1/generated.proto

      // targetValue is the target value of the metric (as a quantity).
      // Mutually exclusive with TargetAverageValue.
      // +optional
      optional k8s.io.apimachinery.pkg.api.resource.Quantity targetValue = 3;
    
      // targetAverageValue is the target per-pod value of global metric (as a quantity).
      // Mutually exclusive with TargetValue.
      // +optional
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 22K bytes
    - Viewed (0)
Back to top