Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestLiterals (0.09 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/match_test.go

    				if matchesPolicyRule(digest, &policyRule) {
    					t.Errorf("Fail: expected %s to not match %#+v but it did", fcfmt.Fmt(policyRule), digest)
    				}
    			}
    		})
    	}
    }
    
    func TestLiterals(t *testing.T) {
    	ui := &user.DefaultInfo{Name: "goodu", UID: "1",
    		Groups: []string{"goodg1", "goodg2"}}
    	reqRN := RequestDigest{
    		RequestInfo: &request.RequestInfo{
    			IsResourceRequest: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 13.3K bytes
    - Viewed (0)
Back to top