Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 96 for scaleTargetRef (0.15 sec)

  1. pkg/apis/autoscaling/types.go

    // HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
    type HorizontalPodAutoscalerSpec struct {
    	// scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics
    	// should be collected, as well as to actually change the replica count.
    	ScaleTargetRef CrossVersionObjectReference
    
    	// minReplicas is the lower limit for the number of replicas to which the autoscaler
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 23.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/autoscaling/v2beta1/generated.pb.go

    	}
    	repeatedStringForMetrics += "}"
    	s := strings.Join([]string{`&HorizontalPodAutoscalerSpec{`,
    		`ScaleTargetRef:` + strings.Replace(strings.Replace(this.ScaleTargetRef.String(), "CrossVersionObjectReference", "CrossVersionObjectReference", 1), `&`, ``, 1) + `,`,
    		`MinReplicas:` + valueToStringGenerated(this.MinReplicas) + `,`,
    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. staging/src/k8s.io/api/autoscaling/v1/types_swagger_doc_generated.go

    	return map_HorizontalPodAutoscalerList
    }
    
    var map_HorizontalPodAutoscalerSpec = map[string]string{
    	"":                               "specification of a horizontal pod autoscaler.",
    	"scaleTargetRef":                 "reference to scaled resource; horizontal pod autoscaler will learn the current resource consumption and will set the desired number of pods by using its Scale subresource.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 23:13:24 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/autoscaling/v1/generated.pb.go

    	return s
    }
    func (this *HorizontalPodAutoscalerSpec) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&HorizontalPodAutoscalerSpec{`,
    		`ScaleTargetRef:` + strings.Replace(strings.Replace(this.ScaleTargetRef.String(), "CrossVersionObjectReference", "CrossVersionObjectReference", 1), `&`, ``, 1) + `,`,
    		`MinReplicas:` + valueToStringGenerated(this.MinReplicas) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 153K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/autoscaling/v2/generated.pb.go

    	}
    	repeatedStringForMetrics += "}"
    	s := strings.Join([]string{`&HorizontalPodAutoscalerSpec{`,
    		`ScaleTargetRef:` + strings.Replace(strings.Replace(this.ScaleTargetRef.String(), "CrossVersionObjectReference", "CrossVersionObjectReference", 1), `&`, ``, 1) + `,`,
    		`MinReplicas:` + valueToStringGenerated(this.MinReplicas) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 162.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/autoscaling/v2beta2/generated.pb.go

    	}
    	repeatedStringForMetrics += "}"
    	s := strings.Join([]string{`&HorizontalPodAutoscalerSpec{`,
    		`ScaleTargetRef:` + strings.Replace(strings.Replace(this.ScaleTargetRef.String(), "CrossVersionObjectReference", "CrossVersionObjectReference", 1), `&`, ``, 1) + `,`,
    		`MinReplicas:` + valueToStringGenerated(this.MinReplicas) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 163K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v1/generated.proto

      // reference to scaled resource; horizontal pod autoscaler will learn the current resource consumption
      // and will set the desired number of pods by using its Scale subresource.
      optional CrossVersionObjectReference scaleTargetRef = 1;
    
      // minReplicas is the lower limit for the number of replicas to which the autoscaler
      // can scale down.  It defaults to 1 pod.  minReplicas is allowed to be 0 if the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 22K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/autoscaling/v1/generated.proto

      // reference to scaled resource; horizontal pod autoscaler will learn the current resource consumption
      // and will set the desired number of pods by using its Scale subresource.
      optional CrossVersionObjectReference scaleTargetRef = 1;
    
      // minReplicas is the lower limit for the number of replicas to which the autoscaler
      // can scale down.  It defaults to 1 pod.  minReplicas is allowed to be 0 if the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 22K bytes
    - Viewed (0)
  9. tests/integration/pilot/testdata/upgrade/1.6.11-install.yaml.tar

    disabled. # Resources for Pilot component apiVersion: autoscaling/v2beta1 kind: HorizontalPodAutosca metadata: name: istiod-1-6-11 namespace: istio-system labels: app: istiod release: istio istio.io/rev: 1-6-11 spec: maxReplicas: 5 minReplicas: 1 scaleTargetRef: apiVersion: apps/v1 kind: Deployment name: istiod-1-6-11 metrics: - type: Resource resource: name: cpu targetAverageUtiliza: 80 --- apiVersion: v1 kind: ConfigMap metadata: name: istio-1-6-11 namespace: istio-system labels: istio.io/rev: 1-6-11...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 50K bytes
    - Viewed (0)
  10. pkg/printers/internalversion/printers.go

    	row := metav1.TableRow{
    		Object: runtime.RawExtension{Object: obj},
    	}
    
    	reference := fmt.Sprintf("%s/%s",
    		obj.Spec.ScaleTargetRef.Kind,
    		obj.Spec.ScaleTargetRef.Name)
    	minPods := "<unset>"
    	metrics := formatHPAMetrics(obj.Spec.Metrics, obj.Status.CurrentMetrics)
    	if obj.Spec.MinReplicas != nil {
    		minPods = fmt.Sprintf("%d", *obj.Spec.MinReplicas)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
Back to top