Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for MountPath (0.38 sec)

  1. staging/src/k8s.io/api/core/v1/generated.pb.go

    	}
    	i -= len(m.SubPath)
    	copy(dAtA[i:], m.SubPath)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.SubPath)))
    	i--
    	dAtA[i] = 0x22
    	i -= len(m.MountPath)
    	copy(dAtA[i:], m.MountPath)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.MountPath)))
    	i--
    	dAtA[i] = 0x1a
    	i--
    	if m.ReadOnly {
    		dAtA[i] = 1
    	} else {
    		dAtA[i] = 0
    	}
    	i--
    	dAtA[i] = 0x10
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. api/openapi-spec/v3/api__v1_openapi.json

            "required": [
              "name",
              "mountPath"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.VolumeMountStatus": {
            "description": "VolumeMountStatus shows status of volume mounts.",
            "properties": {
              "mountPath": {
                "default": "",
                "description": "MountPath corresponds to the original VolumeMount.",
    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. pkg/generated/openapi/zz_generated.openapi.go

    						VendorExtensible: spec.VendorExtensible{
    							Extensions: spec.Extensions{
    								"x-kubernetes-list-map-keys": []interface{}{
    									"mountPath",
    								},
    								"x-kubernetes-list-type":       "map",
    								"x-kubernetes-patch-merge-key": "mountPath",
    								"x-kubernetes-patch-strategy":  "merge",
    							},
    						},
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

            }
          },
          "required": [
            "name",
            "mountPath"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.VolumeMountStatus": {
          "description": "VolumeMountStatus shows status of volume mounts.",
          "properties": {
            "mountPath": {
              "description": "MountPath corresponds to the original VolumeMount.",
              "type": "string"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  5. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "items": {
                "$ref": "#/definitions/io.k8s.api.core.v1.VolumeMount"
              },
              "type": "array",
              "x-kubernetes-patch-merge-key": "mountPath",
              "x-kubernetes-patch-strategy": "merge"
            },
            "workingDir": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "items": {
                "$ref": "#/definitions/io.k8s.api.core.v1.VolumeMount"
              },
              "type": "array",
              "x-kubernetes-patch-merge-key": "mountPath",
              "x-kubernetes-patch-strategy": "merge"
            },
            "workingDir": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top