Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		return true
    	}
    
    	// exec authentication
    	if authInfo.Exec != nil && len(authInfo.Exec.Command) != 0 {
    		return true
    	}
    
    	// authprovider authentication
    	if authInfo.AuthProvider != nil && len(authInfo.AuthProvider.Name) != 0 {
    		return true
    	}
    
    	return false
    }
    
    // EnsureAuthenticationInfoAreEmbedded check if some authentication info are provided as external key/certificate
    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