Google Kubernetes Engine v1 API - Class GcsFuseCsiDriverConfig (3.25.0)

public sealed class GcsFuseCsiDriverConfig : IMessage<GcsFuseCsiDriverConfig>, IEquatable<GcsFuseCsiDriverConfig>, IDeepCloneable<GcsFuseCsiDriverConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class GcsFuseCsiDriverConfig.

Configuration for the Cloud Storage Fuse CSI driver.

Inheritance

object > GcsFuseCsiDriverConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

GcsFuseCsiDriverConfig()

public GcsFuseCsiDriverConfig()

GcsFuseCsiDriverConfig(GcsFuseCsiDriverConfig)

public GcsFuseCsiDriverConfig(GcsFuseCsiDriverConfig other)
Parameter
NameDescription
otherGcsFuseCsiDriverConfig

Properties

Enabled

public bool Enabled { get; set; }

Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.

Property Value
TypeDescription
bool