Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "connect", Usage: "connect Kubernetes network", Category: app.CategoryCluster, Flags: []cli.Flag{ app.NamespaceFlag, }, Action: func(c *cli.Context) error { client := app.MustClient(c) namespace := app.NamespaceOrDefault(c) return runShuttle(c.Context, client, namespace) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.