mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-28 21:55:48 +00:00
Automatic merge from submit-queue Make "Unschedulable" reason a constant in api String "Unschedulable" is used in couple places in K8S: * scheduler * federation replicaset and deployment controllers * cluster autoscaler * rescheduler This PR makes the string a part of API so it not changed. cc: @davidopp @fgrzadkowski @wojtek-t