Files
kubernetes/pkg/kubectl
Kubernetes Submit Queue 3f9f7471af Merge pull request #38989 from sjenning/set-qos-field
Automatic merge from submit-queue (batch tested with PRs 39684, 39577, 38989, 39534, 39702)

Set PodStatus QOSClass field

This PR continues the work for https://github.com/kubernetes/kubernetes/pull/37968

It converts all local usage of the `qos` package class types to the new API level types (first commit) and sets the pod status QOSClass field in the at pod creation time on the API server in `PrepareForCreate` and in the kubelet in the pod status update path (second commit).  This way the pod QOS class is set even if the pod isn't scheduled yet.

Fixes #33255

@ConnorDoyle @derekwaynecarr @vishh
2017-01-10 22:24:13 -08:00
..
2016-12-01 16:09:05 +08:00
2017-01-05 14:14:13 -08:00
2016-07-16 13:48:21 -04:00
2016-12-09 09:42:01 +01:00
2016-12-03 19:10:46 -05:00
2016-12-21 09:03:27 -05:00
2016-11-23 22:30:47 -06:00
2016-12-09 09:42:01 +01:00
2016-12-20 10:00:00 +01:00
2016-12-17 00:07:24 +01:00
2016-12-09 09:42:01 +01:00
2016-12-17 00:07:24 +01:00
2016-11-23 15:53:09 -08:00
2016-12-10 18:07:33 -05:00
2016-12-09 09:42:01 +01:00
2016-12-14 12:39:49 -08:00