Class: Google::Cloud::Container::V1beta1::MaxPodsConstraint
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::MaxPodsConstraint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Constraints applied to pods.
Instance Attribute Summary collapse
-
#max_pods_per_node ⇒ ::Integer
Constraint enforced on the max num of pods per node.
Instance Attribute Details
#max_pods_per_node ⇒ ::Integer
Returns Constraint enforced on the max num of pods per node.
4643 4644 4645 4646 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4643 class MaxPodsConstraint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |