Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 42 for MinItems (0.37 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

      optional bool exclusiveMinimum = 12;
    
      optional int64 maxLength = 13;
    
      optional int64 minLength = 14;
    
      optional string pattern = 15;
    
      optional int64 maxItems = 16;
    
      optional int64 minItems = 17;
    
      optional bool uniqueItems = 18;
    
      optional double multipleOf = 19;
    
      // +listType=atomic
      repeated JSON enum = 20;
    
      optional int64 maxProperties = 21;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      optional bool exclusiveMinimum = 12;
    
      optional int64 maxLength = 13;
    
      optional int64 minLength = 14;
    
      optional string pattern = 15;
    
      optional int64 maxItems = 16;
    
      optional int64 minItems = 17;
    
      optional bool uniqueItems = 18;
    
      optional double multipleOf = 19;
    
      // +listType=atomic
      repeated JSON enum = 20;
    
      optional int64 maxProperties = 21;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  3. common/scripts/metallb-native.yaml

                              operator:
                                type: string
                              values:
                                items:
                                  type: string
                                minItems: 1
                                type: array
                            required:
                            - key
                            - operator
                            - values
                            type: object
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

            "maxLength": { "type": "integer", "format": "int64" },
            "maxProperties": { "type": "integer", "format": "int64" },
            "maximum": { "type": "number", "format": "double" },
            "minItems": { "type": "integer", "format": "int64" },
            "minLength": { "type": "integer", "format": "int64" },
            "minProperties": { "type": "integer", "format": "int64" },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    	return allErrs
    }
    
    var allowedFieldsAtRootSchema = []string{"Description", "Type", "Format", "Title", "Maximum", "ExclusiveMaximum", "Minimum", "ExclusiveMinimum", "MaxLength", "MinLength", "Pattern", "MaxItems", "MinItems", "UniqueItems", "MultipleOf", "Required", "Items", "Properties", "ExternalDocs", "Example", "XPreserveUnknownFields", "XValidations"}
    
    func allowedAtRootSchema(field string) bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (1)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    	Minimum:          float64Ptr(5),
    	ExclusiveMinimum: true,
    	MaxLength:        int64Ptr(10),
    	MinLength:        int64Ptr(5),
    	Pattern:          "^[a-z]$",
    	MaxItems:         int64Ptr(10),
    	MinItems:         int64Ptr(5),
    	MultipleOf:       float64Ptr(3),
    	Required:         []string{"spec", "status"},
    	Properties: map[string]apiextensions.JSONSchemaProps{
    		"spec": {
    			Type: "object",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Format: "",
    						},
    					},
    					"maxItems": {
    						SchemaProps: spec.SchemaProps{
    							Type:   []string{"integer"},
    							Format: "int64",
    						},
    					},
    					"minItems": {
    						SchemaProps: spec.SchemaProps{
    							Type:   []string{"integer"},
    							Format: "int64",
    						},
    					},
    					"uniqueItems": {
    						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)
  8. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

                "format": "int64",
                "type": "integer"
              },
              "maximum": {
                "format": "double",
                "type": "number"
              },
              "minItems": {
                "format": "int64",
                "type": "integer"
              },
              "minLength": {
                "format": "int64",
                "type": "integer"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    							Format: "",
    						},
    					},
    					"maxItems": {
    						SchemaProps: spec.SchemaProps{
    							Type:   []string{"integer"},
    							Format: "int64",
    						},
    					},
    					"minItems": {
    						SchemaProps: spec.SchemaProps{
    							Type:   []string{"integer"},
    							Format: "int64",
    						},
    					},
    					"uniqueItems": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "format": "int64",
              "type": "integer"
            },
            "maximum": {
              "format": "double",
              "type": "number"
            },
            "minItems": {
              "format": "int64",
              "type": "integer"
            },
            "minLength": {
              "format": "int64",
              "type": "integer"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
Back to top