Closed jokestax closed 1 week ago
Add support for filtering based on group names by using the --include-group or --exclude-group flags.
--include-group
--exclude-group
Run the following command to test filtering by group names:
kubectl-slice --input-file ./slice/testdata/full.yaml --output-dir ./testdata --include-group apps
Description
Add support for filtering based on group names by using the
--include-group
or--exclude-group
flags.Testing
Run the following command to test filtering by group names: