Show / Hide Table of Contents

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 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 readonly ImmutableArray<CSINodeDriver> Drivers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<CSINodeDriver>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.