Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DNS1035Label (0.12 sec)

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

    	},
    	"dns1123Subdomain": {
    		Name:         "DNS1123Subdomain",
    		ValidateFunc: func(s string) []string { return apimachineryvalidation.NameIsDNSSubdomain(s, false) },
    		MaxRegexSize: 60,
    	},
    	"dns1035Label": {
    		Name:         "DNS1035Label",
    		ValidateFunc: func(s string) []string { return apimachineryvalidation.NameIsDNS1035Label(s, false) },
    		MaxRegexSize: 30,
    	},
    	"qualifiedName": {
    		Name:         "QualifiedName",
    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:        "dns1035Label",
    			expr:        `format.dns1035Label().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