Class: Google::Cloud::Container::V1::NodePoolDefaults
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::NodePoolDefaults
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Subset of Nodepool message that has defaults.
Instance Attribute Summary collapse
-
#node_config_defaults ⇒ ::Google::Cloud::Container::V1::NodeConfigDefaults
Subset of NodeConfig message that has defaults.
Instance Attribute Details
#node_config_defaults ⇒ ::Google::Cloud::Container::V1::NodeConfigDefaults
Returns Subset of NodeConfig message that has defaults.
1780 1781 1782 1783 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1780 class NodePoolDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |