Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 38 for metricsTarget (0.29 sec)

  1. common-protos/k8s.io/api/autoscaling/v2/generated.proto

      // QPS from loadbalancer running outside of cluster).
      // +optional
      optional ExternalMetricStatus external = 5;
    }
    
    // MetricTarget defines the target value, average value, or average utilization of a specific metric
    message MetricTarget {
      // type represents whether the metric type is Utilization, Value, or AverageValue
      optional string type = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  2. pkg/apis/autoscaling/types.go

    type MetricTargetType string
    
    const (
    	// UtilizationMetricType is a possible value for MetricTarget.Type.
    	UtilizationMetricType MetricTargetType = "Utilization"
    	// ValueMetricType is a possible value for MetricTarget.Type.
    	ValueMetricType MetricTargetType = "Value"
    	// AverageValueMetricType is a possible value for MetricTarget.Type.
    	AverageValueMetricType MetricTargetType = "AverageValue"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 23.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/autoscaling/v2beta2/zz_generated.deepcopy.go

    		*out = new(int32)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MetricTarget.
    func (in *MetricTarget) DeepCopy() *MetricTarget {
    	if in == nil {
    		return nil
    	}
    	out := new(MetricTarget)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/autoscaling/v2/zz_generated.deepcopy.go

    		*out = new(int32)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MetricTarget.
    func (in *MetricTarget) DeepCopy() *MetricTarget {
    	if in == nil {
    		return nil
    	}
    	out := new(MetricTarget)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 09 02:34:54 UTC 2021
    - 17.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/autoscaling/v2beta2/types.go

    type MetricTargetType string
    
    const (
    	// UtilizationMetricType declares a MetricTarget is an AverageUtilization value
    	UtilizationMetricType MetricTargetType = "Utilization"
    	// ValueMetricType declares a MetricTarget is a raw value
    	ValueMetricType MetricTargetType = "Value"
    	// AverageValueMetricType declares a MetricTarget is an
    	AverageValueMetricType MetricTargetType = "AverageValue"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:27 UTC 2023
    - 28.4K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/autoscaling/v2beta2/generated.proto

      // QPS from loadbalancer running outside of cluster).
      // +optional
      optional ExternalMetricStatus external = 5;
    }
    
    // MetricTarget defines the target value, average value, or average utilization of a specific metric
    message MetricTarget {
      // type represents whether the metric type is Utilization, Value, or AverageValue
      optional string type = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v2/generated.proto

      // QPS from loadbalancer running outside of cluster).
      // +optional
      optional ExternalMetricStatus external = 5;
    }
    
    // MetricTarget defines the target value, average value, or average utilization of a specific metric
    message MetricTarget {
      // type represents whether the metric type is Utilization, Value, or AverageValue
      optional string type = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/autoscaling/v2beta2/generated.proto

      // QPS from loadbalancer running outside of cluster).
      // +optional
      optional ExternalMetricStatus external = 5;
    }
    
    // MetricTarget defines the target value, average value, or average utilization of a specific metric
    message MetricTarget {
      // type represents whether the metric type is Utilization, Value, or AverageValue
      optional string type = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v2/types.go

    type MetricTargetType string
    
    const (
    	// UtilizationMetricType declares a MetricTarget is an AverageUtilization value
    	UtilizationMetricType MetricTargetType = "Utilization"
    	// ValueMetricType declares a MetricTarget is a raw value
    	ValueMetricType MetricTargetType = "Value"
    	// AverageValueMetricType declares a MetricTarget is an
    	AverageValueMetricType MetricTargetType = "AverageValue"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  10. pkg/apis/autoscaling/zz_generated.deepcopy.go

    		*out = new(int32)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MetricTarget.
    func (in *MetricTarget) DeepCopy() *MetricTarget {
    	if in == nil {
    		return nil
    	}
    	out := new(MetricTarget)
    	in.DeepCopyInto(out)
    	return out
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 19.4K bytes
    - Viewed (0)
Back to top