Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for UInt32 (0.13 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                      format: int32
                                      type: integer
                                    http2MaxRequests:
                                      description: Maximum number of active requests to
                                        a destination.
                                      format: int32
                                      type: integer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "format": "int32",
                "type": "integer"
              },
              "revisionHistoryLimit": {
                "description": "The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.",
                "format": "int32",
                "type": "integer"
              },
              "selector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    		}
    	}
    }
    
    func TestValidateReplicationControllerStatus(t *testing.T) {
    	tests := []struct {
    		name string
    
    		replicas             int32
    		fullyLabeledReplicas int32
    		readyReplicas        int32
    		availableReplicas    int32
    		observedGeneration   int64
    
    		expectedErr bool
    	}{{
    		name:                 "valid status",
    		replicas:             3,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                the Route MUST be considered detached from the Gateway.
    
    
                                Support: Extended
                              format: int32
                              maximum: 65535
                              minimum: 1
                              type: integer
                            sectionName:
                              description: |-
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              },
              "code": {
                "description": "Suggested HTTP return code for this status, 0 if not set.",
                "format": "int32",
                "type": "integer"
              },
              "details": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
Back to top