Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validateClusterCA (0.14 sec)

  1. cmd/kubeadm/app/discovery/token/token.go

    	}
    
    	return []byte(insecureKubeconfigString), nil
    }
    
    // validateClusterCA validates the cluster CA found in the insecure kubeconfig
    func validateClusterCA(insecureConfig *clientcmdapi.Config, pubKeyPins *pubkeypin.Set) ([]byte, error) {
    	var clusterCABytes []byte
    	for _, cluster := range insecureConfig.Clusters {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:56 UTC 2024
    - 10.1K bytes
    - Viewed (0)
Back to top