Class: Google::Cloud::Container::V1::NodeConfigDefaults
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::NodeConfigDefaults
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Subset of NodeConfig message that has defaults.
Instance Attribute Summary collapse
-
#gcfs_config ⇒ ::Google::Cloud::Container::V1::GcfsConfig
GCFS (Google Container File System, also known as Riptide) options.
-
#logging_config ⇒ ::Google::Cloud::Container::V1::NodePoolLoggingConfig
Logging configuration for node pools.
Instance Attribute Details
#gcfs_config ⇒ ::Google::Cloud::Container::V1::GcfsConfig
Returns GCFS (Google Container File System, also known as Riptide) options.
1792 1793 1794 1795 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1792 class NodeConfigDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#logging_config ⇒ ::Google::Cloud::Container::V1::NodePoolLoggingConfig
Returns Logging configuration for node pools.
1792 1793 1794 1795 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1792 class NodeConfigDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |