kubernetes/pkg
Kubernetes Submit Queue 245ca8ef1f
Merge pull request #59291 from bsalamat/fix_validation
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Remove validation failure of Pod priority when the feature is disabled

**What this PR does / why we need it**:
I learned that fields specified in the API should be silently ignored when the feature is disabled. This makes sense as downgrading a cluster would fail otherwise. This PR removes the validation logic that ensures Pod priority is not set when priority feature is disabled.

**Special notes for your reviewer**:

**Release note**:

```release-note
Pod priority can be specified ins PodSpec even when the feature is disabled, but it will be effective only when the feature is enabled.
```

/sig scheduling
ref: #57471
2018-02-12 11:54:39 -08:00
..
api fix all the typos across the project 2018-02-11 11:04:14 +08:00
apis Merge pull request #59291 from bsalamat/fix_validation 2018-02-12 11:54:39 -08:00
auth fix all the typos across the project 2018-02-11 11:04:14 +08:00
capabilities Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
client Fix typo 2018-02-01 19:11:19 +08:00
cloudprovider Merge pull request #59571 from dims/skip-test-routes-when-there-are-no-vms 2018-02-12 10:25:55 -08:00
controller fix all the typos across the project 2018-02-11 11:04:14 +08:00
credentialprovider Better check for GCE VM 2018-01-17 18:35:51 -05:00
features fix all the typos across the project 2018-02-11 11:04:14 +08:00
fieldpath Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
generated Merge pull request #59334 from cblecker/top-dir-owners 2018-02-05 21:14:37 -08:00
kubeapiserver Merge pull request #58743 from NickrenREN/pv-protection 2018-02-01 19:39:52 -08:00
kubectl Merge pull request #59506 from juanvallejo/jvallejo/handle-watch-multiple-reqs 2018-02-12 02:25:45 -08:00
kubelet Merge pull request #59464 from dixudx/fix_all_typos 2018-02-10 22:12:45 -08:00
kubemark Move ungated 'alpha' KubeletConfiguration fields and self-registration fields to KubeletFlags 2017-11-15 17:47:10 -08:00
master fix all the typos across the project 2018-02-11 11:04:14 +08:00
printers fix all the typos across the project 2018-02-11 11:04:14 +08:00
probe Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
proxy Merge pull request #59464 from dixudx/fix_all_typos 2018-02-10 22:12:45 -08:00
quota fix all the typos across the project 2018-02-11 11:04:14 +08:00
registry fix all the typos across the project 2018-02-11 11:04:14 +08:00
routes Update Dashboard add-on to version 1.8.0 2017-11-28 17:53:02 +01:00
scheduler Merge pull request #58737 from NickrenREN/fix-scheduler-ephemeral-storage 2018-02-11 13:43:01 -08:00
security fix all the typos across the project 2018-02-11 11:04:14 +08:00
securitycontext pkg/securitycontext/util_test.go(TestAddNoNewPrivileges): update tests. 2018-01-08 15:46:39 +01:00
serviceaccount svcacct: move claim generation out of TokenGenerator 2018-02-06 13:19:54 -08:00
ssh Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
util Merge pull request #59464 from dixudx/fix_all_typos 2018-02-10 22:12:45 -08:00
version Kubelet flags take precedence 2018-01-29 10:07:37 -08:00
volume Merge pull request #59640 from jianglingxia/jlx-2018020917 2018-02-12 07:15:13 -08:00
watch/json remove outdate package 2018-01-15 23:17:19 +08:00
.import-restrictions Add import-boss directives 2017-10-13 07:06:22 -04:00
BUILD Merge pull request #58295 from zouyee/outdate 2018-02-05 22:28:41 -08:00
OWNERS