Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCertToConfig (0.15 sec)

  1. cmd/kubeadm/app/phases/certs/renewal/manager_test.go

    			if _, err := os.Stat(filepath.Join(outdir, file)); os.IsNotExist(err) {
    				t.Errorf("Expected file %s does not exist", file)
    			}
    		})
    	}
    
    }
    
    func TestCertToConfig(t *testing.T) {
    	expectedConfig := &certutil.Config{
    		CommonName:   "test-common-name",
    		Organization: testCertOrganization,
    		AltNames: certutil.AltNames{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 13.9K bytes
    - Viewed (0)
Back to top