Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ErrorCase (0.12 sec)

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

    			t.Errorf("%q unexpected error: %v", tc.Name, errs)
    		}
    	}
    
    	errorCase := []struct {
    		Name     string
    		overhead *node.Overhead
    	}{{
    		Name: "Invalid Resources",
    		overhead: &node.Overhead{
    			PodFixed: core.ResourceList{
    				core.ResourceName("my.org"): resource.MustParse("10m"),
    			},
    		},
    	}}
    	for _, tc := range errorCase {
    		rc := &node.RuntimeClass{
    			ObjectMeta: metav1.ObjectMeta{Name: "foo"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 07:48:42 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top