Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WithRequestHeader (0.21 sec)

  1. pkg/kubeapiserver/options/authentication.go

    	o.OIDC = &OIDCAuthenticationOptions{areFlagsConfigured: func() bool { return false }}
    	return o
    }
    
    // WithRequestHeader set default value for request header authentication
    func (o *BuiltInAuthenticationOptions) WithRequestHeader() *BuiltInAuthenticationOptions {
    	o.RequestHeader = &genericoptions.RequestHeaderAuthenticationOptions{}
    	return o
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 22:40:22 UTC 2024
    - 32.4K bytes
    - Viewed (0)
Back to top