Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for PodsMetricSource (0.46 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. pkg/controller/podautoscaler/horizontal_test.go

    		expectedDesiredReplicas: 4,
    		CPUTarget:               0,
    		metricsTarget: []autoscalingv2.MetricSpec{
    			{
    				Type: autoscalingv2.PodsMetricSourceType,
    				Pods: &autoscalingv2.PodsMetricSource{
    					Metric: autoscalingv2.MetricIdentifier{
    						Name: "qps",
    					},
    					Target: autoscalingv2.MetricTarget{
    						Type:         autoscalingv2.AverageValueMetricType,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  6. pkg/printers/internalversion/printers_test.go

    					},
    					MinReplicas: &minReplicasVal,
    					MaxReplicas: 10,
    					Metrics: []autoscaling.MetricSpec{
    						{
    							Type: autoscaling.PodsMetricSourceType,
    							Pods: &autoscaling.PodsMetricSource{
    								Metric: autoscaling.MetricIdentifier{
    									Name: "some-pods-metric",
    								},
    								Target: autoscaling.MetricTarget{
    									Type:         autoscaling.AverageValueMetricType,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

            "required": [
              "metric",
              "current",
              "describedObject"
            ],
            "type": "object"
          },
          "io.k8s.api.autoscaling.v2.PodsMetricSource": {
            "description": "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.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
Back to top