Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFloat64 (0.09 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/v2/conversion_test.go

    				Maximum:          &testFloat64,
    				ExclusiveMaximum: true,
    			},
    			expected: new(spec.Schema).
    				WithMaximum(testFloat64, true),
    		},
    		{
    			name: "minimum and exclusiveMinimum",
    			in: &apiextensions.JSONSchemaProps{
    				Minimum:          &testFloat64,
    				ExclusiveMinimum: true,
    			},
    			expected: new(spec.Schema).
    				WithMinimum(testFloat64, true),
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 14:34:26 UTC 2023
    - 23.2K bytes
    - Viewed (0)
Back to top