-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ignoring konnect-managed entities with deck (#153)
* feat: ignoring konnect-managed entities with deck As of now, deck supports ignoring plugins that are konnect-managed. We are adding further support to ignore any entity that may have the tag "konnect-managed" added to it. Konnect adds these tags to some entities and they are treated as immutable. Thus, we wish to ignore any deck operations on them. With this change, a deck dump would not include the "konnect-managed" entities. deck sync/diff would also ignore these entities. For: Kong/deck#1442 * chore: added test-case for the new function * chore: fixed linting issues
- Loading branch information
1 parent
ba02fcd
commit 56ae7c1
Showing
4 changed files
with
185 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters