Documentation ¶
Overview ¶
Package k9s
Copyright © 2023 zcubbs https://github.com/zcubbs
Package k9s ¶
Copyright © 2023 zcubbs https://github.com/zcubbs
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "k9s", Short: "Run K9s", Long: ``, Run: func(cmd *cobra.Command, args []string) { err := bash.ExecuteCmd( "k9s", "--kubeconfig", configs.Config.Kubeconfig.Path, ) if err != nil { panic(err) } }, }
Cmd represents the os command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.