A draft of connector to kubernetse

This commit is contained in:
Alexandr Kozlenkov
2018-10-28 23:04:51 +03:00
committed by Bradley Cicenas
parent 665e8fdd06
commit 187adf0540
5 changed files with 463 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ func main() {
// parse command line arguments
var (
versionFlag = flag.Bool("v", false, "output version information and exit")
versionFlag = flag.Bool("V", false, "output version information and exit")
helpFlag = flag.Bool("h", false, "display this help dialog")
filterFlag = flag.String("f", "", "filter containers")
activeOnlyFlag = flag.Bool("a", false, "show active containers only")