Class VolumeAttachmentSpec
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
Inheritance
System.Object
VolumeAttachmentSpec
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.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class VolumeAttachmentSpec
Fields
View SourceAttacher
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
Declaration
public readonly string Attacher
Field Value
| Type | Description |
|---|---|
| System.String |
NodeName
The node that the volume should be attached to.
Declaration
public readonly string NodeName
Field Value
| Type | Description |
|---|---|
| System.String |
Source
Source represents the volume that should be attached.
Declaration
public readonly VolumeAttachmentSource Source
Field Value
| Type | Description |
|---|---|
| VolumeAttachmentSource |