Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mutateStringField (0.2 sec)

  1. cmd/kubeadm/app/componentconfigs/kubelet_windows.go

    	}
    
    	// Mutate the fields we care about.
    	klog.V(2).Infof("[componentconfig] kubelet/Windows: changing field \"resolverConfig\" to empty")
    	cfg.ResolverConfig = ptr.To("")
    	mutateStringField("staticPodPath", &cfg.StaticPodPath)
    	mutateStringField("authentication.x509.clientCAFile", &cfg.Authentication.X509.ClientCAFile)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 25 10:26:46 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top