k3s/test/e2e/apimachinery
Kubernetes Submit Queue 877ee91930 Merge pull request #51082 from caesarxuchao/repair-null-pending-initializer
Automatic merge from submit-queue (batch tested with PRs 50953, 51082)

Fix mergekey of initializers; Repair invalid update of initializers

Fix https://github.com/kubernetes/kubernetes/issues/51131

The PR did two things to make parallel patching `metadata.initializers.pending` possible:
* Add mergekey to initializers.pending
* Let the initializer admission plugin set the `metadata.intializers` to nil if an update makes the `pending` and the `result` both nil, instead of returning a validation error. Otherwise if multiple initializer controllers sending the patch removing themselves from `pending` at the same time, one of them will get a validation error.


```release-note
The patch to remove the last initializer from metadata.initializer.pending will result in metadata.initializer to be set to nil (assuming metadata.initializer.result is also nil), instead of resulting in an validation error.
```
2017-08-26 23:03:01 -07:00
..
BUILD Fixed gke auth update wait condition. 2017-08-25 11:11:59 -07:00
aggregator.go Fixed gke auth update wait condition. 2017-08-25 11:11:59 -07:00
custom_resource_definition.go Update to version gate CRDs to 1.7 and greater 2017-07-21 14:37:56 -05:00
etcd_failure.go Rename test dir to allude sig-apps ownership 2017-07-22 12:43:36 +02:00
framework.go Move api-machinery related e2e tests to a 'api-machinery' e2e test subdirectory. 2017-07-14 14:04:50 -07:00
garbage_collector.go Merge pull request #50008 from atlassian/meta-controller-ref 2017-08-10 17:07:30 -07:00
generated_clientset.go move some e2e tests to SIG respectively 2017-08-16 14:34:50 +08:00
initializers.go Let the initializer admission plugin set the metadata.intializers to nil 2017-08-24 11:23:51 -07:00
namespace.go Merge pull request #48919 from YuxiJin-tobeyjin/e2enamespace 2017-07-17 21:25:07 -07:00
table_conversion.go Move api-machinery related e2e tests to a 'api-machinery' e2e test subdirectory. 2017-07-14 14:04:50 -07:00