Kubernetes Engine V1 API - Class Google::Cloud::Container::V1::LustreCsiDriverConfig (v1.9.0)

Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::LustreCsiDriverConfig.

Configuration for the Lustre CSI driver.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enable_legacy_lustre_port

def enable_legacy_lustre_port() -> ::Boolean
Returns
  • (::Boolean) — If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988.

#enable_legacy_lustre_port=

def enable_legacy_lustre_port=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988.
Returns
  • (::Boolean) — If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988.

#enabled

def enabled() -> ::Boolean
Returns
  • (::Boolean) — Whether the Lustre CSI driver is enabled for this cluster.

#enabled=

def enabled=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Whether the Lustre CSI driver is enabled for this cluster.
Returns
  • (::Boolean) — Whether the Lustre CSI driver is enabled for this cluster.