-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* `-n` switch accepts an optional comma-separated list of namespaces * Breaking change: Negative RegEx is now handled using `-x` If a list of namespaces is provided for the `-n` option, each command is now run against _each_ namespace for _each_ context Fix #14 Co-authored-by: Sumit Kumar M <[email protected]> Co-authored-by: Jonny <[email protected]>
- Loading branch information
1 parent
63fff2b
commit d164eaf
Showing
3 changed files
with
53 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
package mc | ||
|
||
const ( | ||
context = "kind-kind" | ||
context = "kind-kind" | ||
namespace = "default" | ||
) | ||
|
||
var ( | ||
|
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