Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for PodsMetricSource (1.48 sec)

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

      optional k8s.io.apimachinery.pkg.api.resource.Quantity averageValue = 5;
    }
    
    // PodsMetricSource indicates how to scale on a metric describing each pod in
    // the current scale target (for example, transactions-processed-per-second).
    // The values will be averaged together before being compared to the target
    // value.
    message PodsMetricSource {
      // metricName is the name of the metric in question
      optional string metricName = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/autoscaling/v2beta1/generated.pb.go

    func (m *PodsMetricSource) Reset()      { *m = PodsMetricSource{} }
    func (*PodsMetricSource) ProtoMessage() {}
    func (*PodsMetricSource) Descriptor() ([]byte, []int) {
    	return fileDescriptor_ea74040359c1ed83, []int{14}
    }
    func (m *PodsMetricSource) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *PodsMetricSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142.9K bytes
    - Viewed (0)
  3. pkg/apis/autoscaling/validation/validation_test.go

    				Name: "myrc",
    			},
    			MinReplicas: utilpointer.Int32(1),
    			MaxReplicas: 5,
    			Metrics: []autoscaling.MetricSpec{{
    				Type: autoscaling.PodsMetricSourceType,
    				Pods: &autoscaling.PodsMetricSource{
    					Metric: autoscaling.MetricIdentifier{
    						Name: "somemetric",
    					},
    					Target: autoscaling.MetricTarget{
    						Type:         autoscaling.AverageValueMetricType,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/autoscaling/v2beta1/generated.proto

      optional .k8s.io.apimachinery.pkg.api.resource.Quantity averageValue = 5;
    }
    
    // PodsMetricSource indicates how to scale on a metric describing each pod in
    // the current scale target (for example, transactions-processed-per-second).
    // The values will be averaged together before being compared to the target
    // value.
    message PodsMetricSource {
      // metricName is the name of the metric in question
      optional string metricName = 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)
  5. staging/src/k8s.io/api/autoscaling/v2beta2/generated.pb.go

    func (m *PodsMetricSource) Reset()      { *m = PodsMetricSource{} }
    func (*PodsMetricSource) ProtoMessage() {}
    func (*PodsMetricSource) Descriptor() ([]byte, []int) {
    	return fileDescriptor_1076ab1fac987148, []int{20}
    }
    func (m *PodsMetricSource) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *PodsMetricSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 163K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/autoscaling/v1/generated.pb.go

    func (m *PodsMetricSource) Reset()      { *m = PodsMetricSource{} }
    func (*PodsMetricSource) ProtoMessage() {}
    func (*PodsMetricSource) Descriptor() ([]byte, []int) {
    	return fileDescriptor_1972394c0c7aac8b, []int{14}
    }
    func (m *PodsMetricSource) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *PodsMetricSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 153K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v2/generated.pb.go

    func (m *PodsMetricSource) Reset()      { *m = PodsMetricSource{} }
    func (*PodsMetricSource) ProtoMessage() {}
    func (*PodsMetricSource) Descriptor() ([]byte, []int) {
    	return fileDescriptor_4d5f2c8767749221, []int{20}
    }
    func (m *PodsMetricSource) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *PodsMetricSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 162.9K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/autoscaling/v2beta2/generated.proto

      optional CrossVersionObjectReference describedObject = 3;
    }
    
    // PodsMetricSource indicates how to scale on a metric describing each pod in
    // the current scale target (for example, transactions-processed-per-second).
    // The values will be averaged together before being compared to the target
    // value.
    message PodsMetricSource {
      // metric identifies the target metric by name and selector
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v2/generated.proto

      optional CrossVersionObjectReference describedObject = 3;
    }
    
    // PodsMetricSource indicates how to scale on a metric describing each pod in
    // the current scale target (for example, transactions-processed-per-second).
    // The values will be averaged together before being compared to the target
    // value.
    message PodsMetricSource {
      // metric identifies the target metric by name and selector
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/autoscaling/v2beta2/generated.proto

      optional CrossVersionObjectReference describedObject = 3;
    }
    
    // PodsMetricSource indicates how to scale on a metric describing each pod in
    // the current scale target (for example, transactions-processed-per-second).
    // The values will be averaged together before being compared to the target
    // value.
    message PodsMetricSource {
      // metric identifies the target metric by name and selector
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.1K bytes
    - Viewed (0)
Back to top