requiredReplicaCount property

int? requiredReplicaCount
getter/setter pair

Number of required available replicas for the deployment to succeed.

This field is only needed when partial deployment/mutation is desired. If set, the deploy/mutate operation will succeed once available_replica_count reaches required_replica_count, and the rest of the replicas will be retried. If not set, the default required_replica_count will be min_replica_count.

Optional.

Implementation

core.int? requiredReplicaCount;