Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRenewCertsByComponent (0.33 sec)

  1. cmd/kubeadm/app/phases/upgrade/staticpods_test.go

    				}
    			} else {
    				if !os.IsNotExist(err) {
    					t.Error("expected backup etcd dir to not exist")
    				}
    			}
    		})
    	}
    }
    
    func TestRenewCertsByComponent(t *testing.T) {
    	caCert, caKey := certstestutil.SetupCertificateAuthority(t)
    
    	tests := []struct {
    		name                  string
    		component             string
    		externalCA            bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 32K bytes
    - Viewed (0)
Back to top