Class: Google::Cloud::Container::V1::GcsFuseCsiDriverConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::GcsFuseCsiDriverConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Configuration for the Cloud Storage Fuse CSI driver.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
1202 1203 1204 1205 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1202 class GcsFuseCsiDriverConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |