Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for VolumeError (2.76 sec)

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

    							Ref:         ref("k8s.io/api/storage/v1.VolumeError"),
    						},
    					},
    					"detachError": {
    						SchemaProps: spec.SchemaProps{
    							Description: "detachError represents the last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher.",
    							Ref:         ref("k8s.io/api/storage/v1.VolumeError"),
    						},
    					},
    				},
    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/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          },
          "required": [
            "attached"
          ],
          "type": "object"
        },
        "io.k8s.api.storage.v1.VolumeError": {
          "description": "VolumeError captures an error encountered during a volume operation.",
          "properties": {
            "message": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

          },
          "required": [
            "attached"
          ],
          "type": "object"
        },
        "io.k8s.api.storage.v1.VolumeError": {
          "description": "VolumeError captures an error encountered during a volume operation.",
          "properties": {
            "message": {
    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. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            "attached"
          ],
          "type": "object"
        },
        "io.k8s.api.storage.v1.VolumeError": {
          "description": "VolumeError captures an error encountered during a volume operation.",
          "properties": {
            "message": {
              "description": "String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.",
    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