Class VolumeAttachmentSpecArgs
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
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.Inputs.Storage.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class VolumeAttachmentSpecArgs : ResourceArgs
Properties
View SourceAttacher
Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
Declaration
public Input<string> Attacher { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NodeName
The node that the volume should be attached to.
Declaration
public Input<string> NodeName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Source
Source represents the volume that should be attached.
Declaration
public Input<VolumeAttachmentSourceArgs> Source { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VolumeAttachmentSourceArgs> |