Files
kubernetes/pkg/genericapiserver/api
Kubernetes Submit Queue f8ed5c36aa Merge pull request #40080 from soltysh/fix_resttest
Automatic merge from submit-queue

Fix resttest Update action when AllowUnconditionalUpdate is false

Currently our storage Update test assumes that AllowUncoditionalUpdate returns true, and in testUpdateRejectsMismatchedNamespace updates the same object it's passing to create. This results in errors when trying to update that object, due to resourceVersion not being set to a proper value. This patch modifes this so that the update is executed on a stored object, which will have correct values set.

@deads2k ptal
@kubernetes/sig-api-machinery-misc fyi
2017-01-19 03:46:43 -08:00
..
2017-01-13 16:33:09 -05:00
2017-01-18 08:15:19 -05:00
2017-01-13 16:33:09 -05:00
2017-01-17 08:32:05 -05:00
2017-01-17 09:30:30 +01:00