Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/apis/certificates/validation/validation_test.go

    	// It is of the form <fqdn(253)>/<resource-namespace(63)>.<resource-name(253)>
    	maxLengthFQDN := fmt.Sprintf("%s.%s.%s.%s", repeatString("a", 63), repeatString("a", 63), repeatString("a", 63), repeatString("a", 61))
    	maxLengthSignerName := fmt.Sprintf("%s/%s.%s", maxLengthFQDN, repeatString("a", 63), repeatString("a", 253))
    	tests := map[string]struct {
    		csr  capi.CertificateSigningRequest
    		errs field.ErrorList
    	}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
Back to top