Skip to content

Commit

Permalink
Update KEP 2383
Browse files Browse the repository at this point in the history
  • Loading branch information
KnVerey committed May 19, 2021
1 parent 5f679e9 commit f53995b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,11 @@ Update Kustomize and Kubectl docs with this new capability.
Unit test matching Resources and performing customizations.

## Implementation History
- Add `Patch` struct in `Kustomization` type.
- Update the patching transformer to recognize `Patch` and match
- [x] Add `Patch` struct in `Kustomization` type.
- [x] Update the patching transformer to recognize `Patch` and match
multiple resources
- Add unit test and integration test
- [x] Add unit test and integration test

This feature was released in [v3.1.0](https://kubernetes-sigs.github.io/kustomize/blog/2019/07/26/v3.1.0/) of kustomize.

## Alternatives
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ approvers:
editor: "@Liujingfang1"
creation-date: 2019-03-14
last-updated: 2019-03-18
status: implementable
see-also:
replaces:
superseded-by:
- n/a

latest-milestone: "0.0"
stage: "alpha"
status: implemented
latest-milestone: "1.16"
stage: "beta"

0 comments on commit f53995b

Please sign in to comment.