-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor flag parsing and logging (#187)
* Refactor flag parsing and logging Use idiomatic golang flag parsing. Use propper logging setup instead of custom logger with custom flags. * Initialize kubernetes client only if a kubernetes-requiring plugin is enabled * Use sets when checking if kubernetes client should be initialized --------- Co-authored-by: Damyan Yordanov <[email protected]>
- Loading branch information
Showing
3 changed files
with
112 additions
and
121 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