Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for targetCPUUtilizationPercentage (0.27 sec)

  1. staging/src/k8s.io/api/autoscaling/v1/generated.pb.go

    }
    
    func (m *HorizontalPodAutoscalerSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	if m.TargetCPUUtilizationPercentage != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.TargetCPUUtilizationPercentage))
    		i--
    		dAtA[i] = 0x20
    	}
    	i = encodeVarintGenerated(dAtA, i, uint64(m.MaxReplicas))
    	i--
    	dAtA[i] = 0x18
    	if m.MinReplicas != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 153K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__autoscaling__v1_openapi.json

              },
              "targetCPUUtilizationPercentage": {
                "description": "targetCPUUtilizationPercentage is the target average CPU utilization (represented as a percentage of requested CPU) over all the pods; if not specified the default autoscaling policy will be used.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 152.9K bytes
    - Viewed (0)
Back to top