Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for UniqueItems (0.19 sec)

  1. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                  "type": "string",
                  "uniqueItems": true
                }
              },
              {
                "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
                "in": "query",
                "name": "fieldSelector",
                "schema": {
                  "type": "string",
                  "uniqueItems": true
                }
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

                  "type": "string",
                  "uniqueItems": true
                }
              },
              {
                "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
                "in": "query",
                "name": "fieldSelector",
                "schema": {
                  "type": "string",
                  "uniqueItems": true
                }
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

                  "type": "string",
                  "uniqueItems": true
                }
              },
              {
                "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
                "in": "query",
                "name": "fieldSelector",
                "schema": {
                  "type": "string",
                  "uniqueItems": true
                }
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                  "type": "string",
                  "uniqueItems": true
                }
              },
              {
                "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
                "in": "query",
                "name": "fieldSelector",
                "schema": {
                  "type": "string",
                  "uniqueItems": true
                }
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "string",
                "uniqueItems": true
              }
            },
            {
              "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
              "in": "query",
              "name": "fieldSelector",
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            },
            {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    		`Pattern:` + fmt.Sprintf("%v", this.Pattern) + `,`,
    		`MaxItems:` + valueToStringGenerated(this.MaxItems) + `,`,
    		`MinItems:` + valueToStringGenerated(this.MinItems) + `,`,
    		`UniqueItems:` + fmt.Sprintf("%v", this.UniqueItems) + `,`,
    		`MultipleOf:` + valueToStringGenerated(this.MultipleOf) + `,`,
    		`Enum:` + repeatedStringForEnum + `,`,
    		`MaxProperties:` + valueToStringGenerated(this.MaxProperties) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    		`Pattern:` + fmt.Sprintf("%v", this.Pattern) + `,`,
    		`MaxItems:` + valueToStringGenerated(this.MaxItems) + `,`,
    		`MinItems:` + valueToStringGenerated(this.MinItems) + `,`,
    		`UniqueItems:` + fmt.Sprintf("%v", this.UniqueItems) + `,`,
    		`MultipleOf:` + valueToStringGenerated(this.MultipleOf) + `,`,
    		`Enum:` + repeatedStringForEnum + `,`,
    		`MaxProperties:` + valueToStringGenerated(this.MaxProperties) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Format: "int64",
    						},
    					},
    					"minItems": {
    						SchemaProps: spec.SchemaProps{
    							Type:   []string{"integer"},
    							Format: "int64",
    						},
    					},
    					"uniqueItems": {
    						SchemaProps: spec.SchemaProps{
    							Type:   []string{"boolean"},
    							Format: "",
    						},
    					},
    					"multipleOf": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
Back to top