Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      rule: 'self.all(a1, a1.type == ''IPAddress'' ? self.exists_one(a2,
                        a2.type == a1.type && a2.value == a1.value) : true )'
                    - message: Hostname values must be unique
                      rule: 'self.all(a1, a1.type == ''Hostname'' ? self.exists_one(a2,
                        a2.type == a1.type && a2.value == a1.value) : true )'
                  gatewayClassName:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    									Type:      "string",
    									MaxLength: pointer.Int64(5),
    								},
    							},
    							XValidations: apiextensions.ValidationRules{
    								{
    									Rule: "self.all(x, self.exists_one(y, x.lowerAscii() == y.lowerAscii()))",
    								},
    							},
    						},
    					},
    				},
    			},
    		},
    		{
    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