Class CSINodeSpec
CSINodeSpec holds information about the specification of all CSI drivers installed on a node
Inheritance
System.Object
CSINodeSpec
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 CSINodeSpec
Fields
View SourceDrivers
drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.
Declaration
public readonly ImmutableArray<CSINodeDriver> Drivers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<CSINodeDriver> |