Class: Google::Cloud::Container::V1::GcfsConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

GcfsConfig contains configurations of Google Container File System (image streaming).

Instance Attribute Summary collapse

Instance Attribute Details

#enabled::Boolean

Returns Whether to use GCFS.

Returns:

  • (::Boolean)

    Whether to use GCFS.



433
434
435
436
# File 'proto_docs/google/container/v1/cluster_service.rb', line 433

class GcfsConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end