Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestWebhookClientConfig (0.15 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/webhook/client_test.go

    limitations under the License.
    */
    
    package webhook
    
    import (
    	"testing"
    
    	"golang.org/x/net/http2"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    func TestWebhookClientConfig(t *testing.T) {
    	cm, _ := NewClientManager([]schema.GroupVersion{})
    	authInfoResolver, err := NewDefaultAuthenticationInfoResolver("")
    	if err != nil {
    		t.Fatal(err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 04 09:09:10 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top