mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Fix field names
This commit is contained in:
@@ -64,13 +64,13 @@ deprecations fixable via `edit fix`.
|
|||||||
With the 2.0.0 release, there were three field
|
With the 2.0.0 release, there were three field
|
||||||
removals:
|
removals:
|
||||||
|
|
||||||
- `imageTag` was deprecated when `image` was
|
- `imageTag` was deprecated when `images` was
|
||||||
introduced, because the latter offers more
|
introduced, because the latter offers more
|
||||||
general features for image data manipulation.
|
general features for image data manipulation.
|
||||||
`imageTag` was removed in v2.0.0.
|
`imageTag` was removed in v2.0.0.
|
||||||
|
|
||||||
- `patches` was deprecated and replaced by
|
- `patches` was deprecated and replaced by
|
||||||
`PatchesStrategicMerge` when `PatchesJson6902`
|
`patchesStrategicMerge` when `patchesJson6902`
|
||||||
was introduced, to make a clearer
|
was introduced, to make a clearer
|
||||||
distinction between patch specification formats.
|
distinction between patch specification formats.
|
||||||
`patches` was removed in v2.0.0.
|
`patches` was removed in v2.0.0.
|
||||||
|
|||||||
Reference in New Issue
Block a user