kpt
kpt copied to clipboard
Add features to kpt live status command
To better support the listing status functionality, the following things are updated:
- Add inventory name as an attribute in both event and json output format so users are able to see which inventory the resource comes from.
- Support status filtering function on event and json format.
- Remove unused functions and constants.
@karlkfi @mortent will be the best person to review this.
Is this a dupe of https://github.com/GoogleContainerTools/kpt/pull/3345?
@karlkfi No, this one supports all output formats, while #3345 only support table format.
Is this intended to be merged after #3345 or should we close #3345 as obsolete because this one is more complete?
@karlkfi Yes it is intended to be merged after #3345, the original purpose of these separate PRs is to have less changes in a single PR.