Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for depReplicas (0.09 sec)

  1. pkg/controller/deployment/util/deployment_util_test.go

    	tests := []struct {
    		Name          string
    		strategyType  apps.DeploymentStrategyType
    		depReplicas   int32
    		newRSReplicas int32
    		maxSurge      int32
    		expected      int32
    	}{
    		{
    			"can not scale up - to newRSReplicas",
    			apps.RollingUpdateDeploymentStrategyType,
    			1, 5, 1, 5,
    		},
    		{
    			"scale up - to depReplicas",
    			apps.RollingUpdateDeploymentStrategyType,
    			6, 2, 10, 6,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 08 09:10:50 UTC 2023
    - 37.1K bytes
    - Viewed (0)
Back to top