Class: Google::Cloud::Container::V1::NodePool::QueuedProvisioning
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::NodePool::QueuedProvisioning
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
QueuedProvisioning defines the queued provisioning used by the node pool.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing via the Cluster Autoscaler ProvisioningRequest API.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing via the Cluster Autoscaler ProvisioningRequest API.
3466 3467 3468 3469 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3466 class QueuedProvisioning include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |