Class: Google::Container::V1::MaxPodsConstraint
- Inherits:
-
Object
- Object
- Google::Container::V1::MaxPodsConstraint
- Defined in:
- lib/google/cloud/container/v1/doc/google/container/v1/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.
2201 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 2201 class MaxPodsConstraint; end |