Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestWithAudit (0.1 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/audit_test.go

    	return h.handles
    }
    
    func attributes() Attributes {
    	return NewAttributesRecord(nil, nil, schema.GroupVersionKind{}, "", "", schema.GroupVersionResource{}, "", "", nil, false, nil)
    }
    
    func TestWithAudit(t *testing.T) {
    	var testCases = map[string]struct {
    		admit               error
    		admitAnnotations    map[string]string
    		validate            error
    		validateAnnotations map[string]string
    		handles             bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 16:16:51 UTC 2023
    - 5.8K bytes
    - Viewed (0)
Back to top