Google Kubernetes Engine v1 API - Class LustreCsiDriverConfig (3.35.0)

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

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

Configuration for the Lustre CSI driver.

Inheritance

object > LustreCsiDriverConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

LustreCsiDriverConfig()

public LustreCsiDriverConfig()

LustreCsiDriverConfig(LustreCsiDriverConfig)

public LustreCsiDriverConfig(LustreCsiDriverConfig other)
Parameter
Name Description
other LustreCsiDriverConfig

Properties

EnableLegacyLustrePort

public bool EnableLegacyLustrePort { get; set; }

If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988.

Property Value
Type Description
bool

Enabled

public bool Enabled { get; set; }

Whether the Lustre CSI driver is enabled for this cluster.

Property Value
Type Description
bool