Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UpperCaseAreOK123 (0.25 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/validation/validation_test.go

    		{"now-with-dashes/now-with-dashes": "bar"},
    		{"now.with.dots/simple": "bar"},
    		{"now-with.dashes-and.dots/simple": "bar"},
    		{"1-num.2-num/3-num": "bar"},
    		{"1234/5678": "bar"},
    		{"1.2.3.4/5678": "bar"},
    		{"UpperCaseAreOK123": "bar"},
    		{"goodvalue": "123_-.BaR"},
    	}
    	for i := range successCases {
    		errs := ValidateLabels(successCases[i], field.NewPath("field"))
    		if len(errs) != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 02 07:48:42 UTC 2023
    - 15.2K bytes
    - Viewed (0)
Back to top