Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 61 of 61 for startm (0.07 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    						"subRoot": {
    							Type: "string",
    							XValidations: apiextensions.ValidationRules{
    								{
    									Rule:    "self.startsWith('s')",
    									Message: "subRoot should start with 's'.",
    								},
    								{
    									Rule:    "self.endsWith('s')",
    									Message: "subRoot should end with 's'.",
    								},
    							},
    						},
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
Back to top