Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 2500m (0.24 sec)

  1. pkg/apis/core/validation/validation_test.go

    						ImagePullPolicy:          "Always",
    						Image:                    "foo:V1",
    						Resources: core.ResourceRequirements{
    							Limits:   getResources("200m", "400Mi", "1Gi"),
    							Requests: getResources("200m", "400Mi", "1Gi"),
    						},
    					}},
    				},
    			},
    			old: core.Pod{
    				ObjectMeta: metav1.ObjectMeta{Name: "pod"},
    				Spec: core.PodSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

    decrease in Mantissa) such that:\n\n- No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.\n\nThe sign will be omitted unless the number is negative.\n\nExamples:\n\n- 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\"\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top