Class CSINodeSpecArgs
CSINodeSpec holds information about the specification of all CSI drivers installed on a node
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 CSINodeSpecArgs : ResourceArgs
Properties
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 InputList<CSINodeDriverArgs> Drivers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CSINodeDriverArgs> |