Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newDeploymentWithHugePageValue (0.3 sec)

  1. pkg/registry/apps/deployment/strategy_test.go

    			name:          "validation on an existing deployment with indivisible hugepages values to a new deployment with indivisible hugepages values",
    			newDeployment: newDeploymentWithHugePageValue(api.ResourceHugePagesPrefix+"2Mi", resource.MustParse("2.1Mi")),
    			oldDeployment: newDeploymentWithHugePageValue(api.ResourceHugePagesPrefix+"1Gi", resource.MustParse("1.1Gi")),
    		},
    	}
    
    	for _, tc := range tests {
    		t.Run(tc.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 07:17:45 UTC 2023
    - 9.1K bytes
    - Viewed (0)
Back to top