Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for fopacity (0.24 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"capacity": {
    						SchemaProps: spec.SchemaProps{
    							Description: "capacity is the description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity",
    							Type:        []string{"object"},
    							AdditionalProperties: &spec.SchemaOrBool{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/generated.pb.go

    			i--
    			dAtA[i] = 0x12
    		}
    	}
    	if len(m.Capacity) > 0 {
    		keysForCapacity := make([]string, 0, len(m.Capacity))
    		for k := range m.Capacity {
    			keysForCapacity = append(keysForCapacity, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForCapacity)
    		for iNdEx := len(keysForCapacity) - 1; iNdEx >= 0; iNdEx-- {
    			v := m.Capacity[ResourceName(keysForCapacity[iNdEx])]
    			baseI := i
    			{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

            },
            "capacity": {
              "additionalProperties": {
                "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
              },
              "description": "capacity is the description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity",
              "type": "object"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  4. api/openapi-spec/v3/api__v1_openapi.json

              },
              "capacity": {
                "additionalProperties": {
                  "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity"
                },
                "description": "capacity is the description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity",
                "type": "object"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
Back to top