Class: Google::Cloud::GkeMultiCloud::V1::MaxPodsConstraint
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::MaxPodsConstraint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb
Overview
Constraints applied to pods.
Instance Attribute Summary collapse
-
#max_pods_per_node ⇒ ::Integer
Required.
Instance Attribute Details
#max_pods_per_node ⇒ ::Integer
Returns Required. The maximum number of pods to schedule on a single node.
77 78 79 80 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 77 class MaxPodsConstraint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |