Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fillDefaults (0.68 sec)

  1. tests/integration/security/authz_test.go

    }
    
    func (b *authzTest) Allow(allow allowValue) *authzTest {
    	b.allow = allow
    	return b
    }
    
    func (b *authzTest) Build(t framework.TestContext) *authzTest {
    	t.Helper()
    	// Set check now, as FillDefaults requires it
    	b.opts.Check = check.OK()
    	// Fill in the defaults; we need this to get the dest protocol
    	b.opts.FillDefaultsOrFail(t)
    	if b.allow {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
Back to top