Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for clientset (0.09 sec)

  1. tests/integration/ambient/baseline_test.go

    			hbwl := echo.HBONE{
    				Address:            apps.WaypointProxies[apps.WorkloadAddressedWaypoint.Config().WorkloadWaypointProxy].Inbound(),
    				Headers:            nil,
    				Cert:               string(cert.ClientCert),
    				Key:                string(cert.Key),
    				CaCert:             string(cert.RootCert),
    				InsecureSkipVerify: true,
    			}
    			hbsvc := echo.HBONE{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  2. cmd/kube-controller-manager/app/options/options_test.go

    			CacheTTL:            10 * time.Second,
    			TokenRequestTimeout: 10 * time.Second,
    			WebhookRetryBackoff: apiserveroptions.DefaultAuthWebhookRetryBackoff(),
    			ClientCert:          apiserveroptions.ClientCertAuthenticationOptions{},
    			RequestHeader: apiserveroptions.RequestHeaderAuthenticationOptions{
    				UsernameHeaders:     []string{"x-remote-user"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top