disablePodOverprovisioning property

bool? disablePodOverprovisioning
getter/setter pair

Whether to disable Pod overprovisioning.

If Pod overprovisioning is disabled then Cloud Deploy will limit the number of total Pods used for the deployment strategy to the number of Pods the Deployment has on the cluster.

Optional.

Implementation

core.bool? disablePodOverprovisioning;