Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newProxyServer (0.16 sec)

  1. cmd/kube-proxy/app/server.go

    	PrimaryIPFamily v1.IPFamily
    	NodeIPs         map[v1.IPFamily]net.IP
    
    	podCIDRs []string // only used for LocalModeNodeCIDR
    
    	Proxier proxy.Provider
    }
    
    // newProxyServer creates a ProxyServer based on the given config
    func newProxyServer(ctx context.Context, config *kubeproxyconfig.KubeProxyConfiguration, master string, initOnly bool) (*ProxyServer, error) {
    	logger := klog.FromContext(ctx)
    
    	s := &ProxyServer{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 46.8K bytes
    - Viewed (0)
Back to top