Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for WithLoopback (0.1 sec)

  1. cmd/kube-controller-manager/app/options/options_test.go

    			ServerCert: apiserveroptions.GeneratableKeyCert{
    				CertDirectory: "/a/b/c",
    				PairName:      "kube-controller-manager",
    			},
    			HTTP2MaxStreamsPerConnection: 47,
    		}).WithLoopback(),
    		Authentication: &apiserveroptions.DelegatingAuthenticationOptions{
    			CacheTTL:            10 * time.Second,
    			TokenRequestTimeout: 10 * time.Second,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/config.go

    	// LoopbackClientConfig is a config for a privileged loopback connection to the API server
    	// This is required for proper functioning of the PostStartHooks on a GenericAPIServer
    	// TODO: move into SecureServing(WithLoopback) as soon as insecure serving is gone
    	LoopbackClientConfig *restclient.Config
    
    	// EgressSelector provides a lookup mechanism for dialing outbound connections.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 47.7K bytes
    - Viewed (0)
Back to top