Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "localkube", Short: "localkube is an all-in-one kubernetes binary.", Long: `localkube is an all-in-one kubernetes binary that runs all Kubernetes server binaries.`, Run: func(command *cobra.Command, args []string) { StartLocalkube() }, }
View Source
var Server *localkube.LocalkubeServer
The main instance of the current localkube server that is started
Functions ¶
func AddFlags ¶
func AddFlags(s *localkube.LocalkubeServer)
AddFlags adds flags for a specific LocalkubeServer
func NewLocalkubeServer ¶
func NewLocalkubeServer() *localkube.LocalkubeServer
func SetupServer ¶
func SetupServer(s *localkube.LocalkubeServer)
func StartLocalkube ¶
func StartLocalkube()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.