Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for calculateScaleUpLimitWithScalingRules (2.5 sec)

  1. pkg/controller/podautoscaler/horizontal_test.go

    		})
    	}
    }
    
    func TestCalculateScaleUpLimitWithScalingRules(t *testing.T) {
    	policy := autoscalingv2.MinChangePolicySelect
    
    	calculated := calculateScaleUpLimitWithScalingRules(1, []timestampedScaleEvent{}, []timestampedScaleEvent{}, &autoscalingv2.HPAScalingRules{
    		StabilizationWindowSeconds: pointer.Int32(300),
    		SelectPolicy:               &policy,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
Back to top