Show / Hide Table of Contents

Class VolumeAttachmentStatus

VolumeAttachmentStatus is the status of a VolumeAttachment request.

Inheritance
System.Object
VolumeAttachmentStatus
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Storage.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class VolumeAttachmentStatus

Fields

View Source

Attached

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
View Source

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
View Source

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>
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.