mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-30 05:43:58 +00:00
Automatic merge from submit-queue MinReadySeconds / AvailableReplicas for ReplicaSets This PR adds minReadySeconds and availableReplicas for replica sets / replication controllers Partially addresses https://github.com/kubernetes/kubernetes/issues/28381 cc: @mfojtik @bgrant0607 for the api changes, @janetkuo for controller changes