Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DNS1035LabelPrefix (0.32 sec)

  1. staging/src/k8s.io/apiserver/pkg/cel/library/format.go

    		Name:         "DNS1123SubdomainPrefix",
    		ValidateFunc: func(s string) []string { return apimachineryvalidation.NameIsDNSSubdomain(s, true) },
    		MaxRegexSize: 60,
    	},
    	"dns1035LabelPrefix": {
    		Name:         "DNS1035LabelPrefix",
    		ValidateFunc: func(s string) []string { return apimachineryvalidation.NameIsDNS1035Label(s, true) },
    		MaxRegexSize: 30,
    	},
    	"labelValue": {
    		Name:         "LabelValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/cel/library/format_test.go

    		},
    		{
    			name:        "dns1035LabelPrefix",
    			expr:        `format.dns1035LabelPrefix().validate("contains a space-")`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 17:22:44 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top