Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAuthorizeClientBearerTokenNoops (0.43 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/config_test.go

    	"k8s.io/client-go/informers"
    	"k8s.io/client-go/kubernetes/fake"
    	"k8s.io/client-go/rest"
    	"k8s.io/component-base/tracing"
    	"k8s.io/klog/v2/ktesting"
    	netutils "k8s.io/utils/net"
    )
    
    func TestAuthorizeClientBearerTokenNoops(t *testing.T) {
    	// All of these should do nothing (not panic, no side-effects)
    	cfgGens := []func() *rest.Config{
    		func() *rest.Config { return nil },
    		func() *rest.Config { return &rest.Config{} },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top