Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for datetimeArray (0.11 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/model/schemas_test.go

    			InputSchema: arraySchema("string", "duration", nil),
    			// expected JSON is ["0","0",...] so our length should be (maxRequestSizeBytes - 2) / 4
    			ExpectedMaxElements: 786431,
    		},
    		{
    			Name:        "datetimeArray",
    			InputSchema: arraySchema("string", "date-time", nil),
    			// expected JSON is ["2000-01-01T01:01:01","2000-01-01T01:01:01",...] so our length should be (maxRequestSizeBytes - 2) / 22
    			ExpectedMaxElements: 142987,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 14K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/cel/openapi/schemas_test.go

    			InputSchema: arraySchema("string", "duration", nil),
    			// expected JSON is ["0","0",...] so our length should be (maxRequestSizeBytes - 2) / 4
    			ExpectedMaxElements: 786431,
    		},
    		{
    			Name:        "datetimeArray",
    			InputSchema: arraySchema("string", "date-time", nil),
    			// expected JSON is ["2000-01-01T01:01:01","2000-01-01T01:01:01",...] so our length should be (maxRequestSizeBytes - 2) / 22
    			ExpectedMaxElements: 142987,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 14 17:18:27 UTC 2022
    - 13K bytes
    - Viewed (0)
Back to top