kubernetes/pkg/controller/volume/attachdetach
Kubernetes Submit Queue b9d2d74a94 Merge pull request #37038 from ymqytw/retry_old_patch_after_new_patch_fail
Automatic merge from submit-queue

Fix kubectl Stratigic Merge Patch compatibility

As @smarterclayton pointed out in [comment1](https://github.com/kubernetes/kubernetes/pull/35647#pullrequestreview-8290820) and [comment2](https://github.com/kubernetes/kubernetes/pull/35647#pullrequestreview-8290847) in PR #35647,
we cannot assume the API servers publish version and they shares the same version.

This PR removes all the calls of GetServerSupportedSMPatchVersion().
Change the behavior of `apply` and `edit` to:
Retrying with the old patch version, if the new version fails.
Default other usage of SMPatch to the new version, since they don't update list of primitives.

fixes #36916

cc: @pwittrock @smarterclayton
2016-11-19 01:02:47 -08:00
..
cache Add sync state loop in master's volume reconciler 2016-10-28 09:24:53 -07:00
populator autogenerated 2016-10-21 17:32:32 -07:00
reconciler fix issue in converting aws volume id from mount paths 2016-11-16 22:35:48 -08:00
statusupdater try old patch after new patch fails 2016-11-17 14:28:09 -08:00
testing autogenerated 2016-10-21 17:32:32 -07:00
attach_detach_controller_test.go move informer and controller to pkg/client/cache 2016-09-15 12:50:08 -07:00
attach_detach_controller.go Better messaging for missing volume components on host to perform mount 2016-11-09 15:16:11 -08:00
BUILD autogenerated 2016-10-21 17:32:32 -07:00
OWNERS Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00