k3s/pkg
Kubernetes Submit Queue 62ba00e4e7 Merge pull request #47123 from danwinship/networkpolicy-update
Automatic merge from submit-queue

Allow NetworkPolicy.spec updates

ValidateNetworkPolicyUpdate currently prohibits changes to `spec` in an existing NetworkPolicy. We were going to fix this for 1.7 but I forgot to submit this PR after the main PR merged. Too late for 1.7? @thockin @caseydavenport @cmluciano 

This only changes networking.NetworkPolicy validation at the moment... Should I change extensions.NetworkPolicy validation too?

Fixes #35911

We should add a test to the e2e NetworkPolicy test for this too if this is going to merge.

**Release note**:
```release-note
As part of the NetworkPolicy "v1" changes, it is also now
possible to update the spec field of an existing
NetworkPolicy. (Previously you had to delete and recreate a
NetworkPolicy if you wanted to change it.)
```
2017-07-07 17:45:41 -07:00
..
api Remove useless error 2017-07-03 14:59:54 +08:00
apimachinery/tests Fix Unstructured field accessor 2017-06-28 13:44:29 -04:00
apis Merge pull request #47123 from danwinship/networkpolicy-update 2017-07-07 17:45:41 -07:00
auth Only do string trim when it's necessary 2017-06-15 17:32:31 +08:00
bootstrap/api run hack/update-all 2017-06-22 11:31:03 -07:00
capabilities
client run hack/update-all 2017-06-22 11:31:03 -07:00
cloudprovider Volunteer to help with OpenStack provider reviews 2017-07-06 08:43:43 -04:00
controller Merge pull request #48269 from FengyunPan/add-gc-metric 2017-07-06 13:34:46 -07:00
conversion
credentialprovider run hack/update-all 2017-06-22 11:31:03 -07:00
features Add priority to Kubernetes API 2017-06-26 13:43:19 -07:00
fieldpath Add Pod UID (metadata.uid) to downward API env var 2017-06-27 16:54:35 +08:00
fields
generated removed 'Storage' option from 'kubectl top' like options 2017-06-23 08:34:53 -07:00
hyperkube
kubeapiserver Merge pull request #47038 from yastij/DefaultExternalHost-for-registredCP 2017-06-27 08:29:25 -07:00
kubectl fix cross build for windows 2017-07-05 12:42:41 -07:00
kubelet Merge pull request #48518 from smarterclayton/separate_cert_man 2017-07-06 13:34:42 -07:00
kubemark Merge pull request #47783 from NickrenREN/containerruntime 2017-06-23 08:29:28 -07:00
labels
master bulk delete of tpr packages 2017-07-05 11:02:23 -04:00
metrics
printers Merge pull request #48033 from smarterclayton/generic_printer 2017-07-05 12:37:33 -07:00
probe Set default User-Agent on http probe 2017-06-21 10:50:33 -04:00
proxy fix unit tests 2017-07-06 16:01:03 -07:00
quota run hack/update-all 2017-06-22 11:31:03 -07:00
registry bulk delete of tpr packages 2017-07-05 11:02:23 -04:00
routes
runtime
security run hack/update-all 2017-06-22 11:31:03 -07:00
securitycontext run hack/update-all 2017-06-22 11:31:03 -07:00
serviceaccount don't accept delete tokens that are waiting to be reaped 2017-06-30 09:22:36 -04:00
ssh
types
util fix cross build for windows 2017-07-05 12:42:41 -07:00
version Convert go_binary linkstamp to x_defs 2017-06-08 14:59:55 -07:00
volume Merge pull request #48055 from yiqinguo/yiqinguo_remove_err_ignored 2017-07-02 20:05:39 -07:00
watch
BUILD run hack/update-all 2017-06-22 11:31:03 -07:00
OWNERS