Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reconcileAutoscaler (0.2 sec)

  1. pkg/controller/podautoscaler/horizontal.go

    )
    
    var (
    	scaleUpLimitFactor  = 2.0
    	scaleUpLimitMinimum = 4.0
    )
    
    var (
    	// errSpec is used to determine if the error comes from the spec of HPA object in reconcileAutoscaler.
    	// All such errors should have this error as a root error so that the upstream function can distinguish spec errors from internal errors.
    	// e.g., fmt.Errorf("invalid spec%w", errSpec)
    	errSpec error = errors.New("")
    )
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
Back to top