Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for VolumeError (0.26 sec)

  1. staging/src/k8s.io/api/storage/v1/types.go

    	// +optional
    	AttachError *VolumeError `json:"attachError,omitempty" protobuf:"bytes,3,opt,name=attachError,casttype=VolumeError"`
    
    	// 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.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 32K bytes
    - Viewed (0)
  2. 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)
  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)
Back to top