Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestValidateCertSANs (0.24 sec)

  1. cmd/kubeadm/app/apis/kubeadm/validation/validation_test.go

    			t.Errorf(
    				"failed ValidateNodeRegistrationOptions: value: %v\n\texpected: %t\n\t  actual: %t",
    				nro,
    				rt.expectedErrors,
    				actualErrors,
    			)
    		}
    	}
    }
    
    func TestValidateCertSANs(t *testing.T) {
    	var tests = []struct {
    		sans     []string
    		expected bool
    	}{
    		{[]string{}, true},                                                     // ok if not provided
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 46.1K bytes
    - Viewed (0)
Back to top