Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestValidateOverhead (0.45 sec)

  1. plugin/pkg/admission/runtimeclass/admission_test.go

    			errs := rt.Validate(context.TODO(), attrs, o)
    			if tc.expectError {
    				assert.NotEmpty(t, errs)
    			} else {
    				assert.Empty(t, errs)
    			}
    		})
    	}
    }
    
    func TestValidateOverhead(t *testing.T) {
    	tests := []struct {
    		name         string
    		runtimeClass *nodev1.RuntimeClass
    		pod          *core.Pod
    		expectError  bool
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 17 01:30:14 UTC 2022
    - 17.5K bytes
    - Viewed (0)
Back to top