Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getInvalidStr (3.6 sec)

  1. pkg/apis/core/validation/validation_test.go

    			},
    			gracePeriod: 30,
    			expectErr:   field.ErrorList{field.Invalid(fldPath, -1, getInvalidStr(30))},
    		},
    		{
    			name: "longer than gracePeriod",
    			action: &core.SleepAction{
    				Seconds: 5,
    			},
    			gracePeriod: 3,
    			expectErr:   field.ErrorList{field.Invalid(fldPath, 5, getInvalidStr(3))},
    		},
    	}
    
    	for _, tc := range testCases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top