| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
MaxPodsConstraint |
MaxPodsConstraint.clone() |
MaxPodsConstraint |
Cluster.getDefaultMaxPodsConstraint()
The default constraint on the maximum number of pods that can be run simultaneously on a node
in the node pool of this cluster.
|
MaxPodsConstraint |
NodePool.getMaxPodsConstraint()
The constraint on the maximum number of pods that can be run simultaneously on a node in the
node pool.
|
MaxPodsConstraint |
MaxPodsConstraint.set(String fieldName,
Object value) |
MaxPodsConstraint |
MaxPodsConstraint.setMaxPodsPerNode(Long maxPodsPerNode)
Constraint enforced on the max num of pods per node.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.setDefaultMaxPodsConstraint(MaxPodsConstraint defaultMaxPodsConstraint)
The default constraint on the maximum number of pods that can be run simultaneously on a node
in the node pool of this cluster.
|
NodePool |
NodePool.setMaxPodsConstraint(MaxPodsConstraint maxPodsConstraint)
The constraint on the maximum number of pods that can be run simultaneously on a node in the
node pool.
|
Copyright © 2011–2020 Google. All rights reserved.