Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EnsureAuthenticationInfoAreEmbedded (0.47 sec)

  1. cmd/kubeadm/app/util/kubeconfig/kubeconfig.go

    		return true
    	}
    
    	return false
    }
    
    // EnsureAuthenticationInfoAreEmbedded check if some authentication info are provided as external key/certificate
    // files, and eventually embeds such files into the kubeconfig file
    func EnsureAuthenticationInfoAreEmbedded(config *clientcmdapi.Config) error {
    	authInfo := getCurrentAuthInfo(config)
    	if authInfo == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 21 10:21:33 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top