Class VolumeAttachmentStatus
VolumeAttachmentStatus is the status of a VolumeAttachment request.
Inheritance
Inherited Members
Namespace: Pulumi.Kubernetes.Types.Outputs.Storage.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class VolumeAttachmentStatus
Fields
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 readonly bool Attached
Field Value
| Type | Description |
|---|---|
| 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 readonly VolumeError AttachError
Field Value
| Type | Description |
|---|---|
| VolumeError |
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 readonly ImmutableDictionary<string, string> AttachmentMetadata
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, 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 readonly VolumeError DetachError
Field Value
| Type | Description |
|---|---|
| VolumeError |