Show / Hide Table of Contents

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.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class VolumeAttachmentSpec

Fields

View Source

Attacher

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

NodeName

The node that the volume should be attached to.

Declaration
public readonly string NodeName
Field Value
Type Description
System.String
View Source

Source

Source represents the volume that should be attached.

Declaration
public readonly VolumeAttachmentSource Source
Field Value
Type Description
VolumeAttachmentSource
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.