Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAltNames (0.23 sec)

  1. cmd/kubeadm/app/util/pkiutil/pki_helpers.go

    func GetEtcdPeerAltNames(cfg *kubeadmapi.InitConfiguration) (*certutil.AltNames, error) {
    	return getAltNames(cfg, kubeadmconstants.EtcdPeerCertName)
    }
    
    // getAltNames builds an AltNames object with the cfg and certName.
    func getAltNames(cfg *kubeadmapi.InitConfiguration, certName string) (*certutil.AltNames, error) {
    	// advertise address
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 25.5K bytes
    - Viewed (0)
Back to top