client-go/util/csaupgrade
Stephen Kitt 16552d4656 Use canonical json-patch v4 import
The canonical import for json-patch v4 is
gopkg.in/evanphx/json-patch.v4 (see
https://github.com/evanphx/json-patch/blob/master/README.md#get-it for
reference).

Using the v4-specific path should also reduce the risk of unwanted v5
upgrade attempts, because they won't be offered as automated upgrades
by dependency upgrade management tools, and they won't happen through
indirect dependencies (see
https://github.com/kubernetes/kubernetes/pull/120327 for context).

Signed-off-by: Stephen Kitt <skitt@redhat.com>

Kubernetes-commit: 5300466a5c8988b479a151ceb77f49dd00065c83
2024-02-16 13:57:24 +01:00
..
options.go feat: add csaupgrade option to upgrade subresource 2024-02-24 15:44:21 +01:00
OWNERS add OWNERS to csaupgrade 2022-11-03 17:38:02 -07:00
upgrade_test.go Use canonical json-patch v4 import 2024-02-16 13:57:24 +01:00
upgrade.go feat: add csaupgrade option to upgrade subresource 2024-02-24 15:44:21 +01:00