Show / Hide Table of Contents

Class CSINodeSpecArgs

CSINodeSpec holds information about the specification of all CSI drivers installed on a node

Inheritance
System.Object
InputArgs
ResourceArgs
CSINodeSpecArgs
Inherited Members
ResourceArgs.Empty
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 Source

Drivers

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.