Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    								api.ResourceName(api.ResourceCPU): resource.MustParse("10"),
    								api.ResourceName(resourceName):    value,
    							},
    						}},
    					}},
    			},
    		},
    	}
    }
    
    func TestDeploymentStrategyValidate(t *testing.T) {
    	tests := []struct {
    		name       string
    		deployment *apps.Deployment
    	}{
    		{
    			name:       "validation on a new deployment with indivisible hugepages values",
    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