Skip to content

Commit

Permalink
Update deprecation version for merge_type=json
Browse files Browse the repository at this point in the history
  • Loading branch information
cavcrosby committed Apr 22, 2024
1 parent 9f7c865 commit 9469892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
C(['strategic-merge', 'merge']), which is ideal for using the same parameters on resource kinds that
combine Custom Resources and built-in resources.
- mutually exclusive with C(apply)
- I(merge_type=json) is deprecated and will be removed in version 3.0.0. Please use M(kubernetes.core.k8s_json_patch) instead.
- I(merge_type=json) is deprecated and will be removed in version 4.0.0. Please use M(kubernetes.core.k8s_json_patch) instead.
choices:
- json
- merge
Expand Down

0 comments on commit 9469892

Please sign in to comment.