Class VolumeAttachmentStatusArgs
VolumeAttachmentStatus is the status of a VolumeAttachment request.
Inherited Members
Namespace: Pulumi.Kubernetes.Types.Inputs.Storage.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class VolumeAttachmentStatusArgs : ResourceArgs
Properties
View SourceAttached
Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
Declaration
public Input<bool> Attached { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AttachError
The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
Declaration
public Input<VolumeErrorArgs> AttachError { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VolumeErrorArgs> |
AttachmentMetadata
Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
Declaration
public InputMap<string> AttachmentMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
DetachError
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.
Declaration
public Input<VolumeErrorArgs> DetachError { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VolumeErrorArgs> |