Show / Hide Table of Contents

Class AllowedCSIDriver

AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.

Inheritance
System.Object
AllowedCSIDriver
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.Extensions.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class AllowedCSIDriver

Fields

View Source

Name

Name is the registered name of the CSI driver

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