Documentation
¶
Index ¶
- Constants
- func Execute()
- func NewCmdDownload(out io.Writer) *cobra.Command
- func NewCmdExec(out io.Writer, runOptions *runOptions) *cobra.Command
- func NewCmdInit(out io.Writer, initOptions *runOptions) *cobra.Command
- func NewCmdReset(out io.Writer, runOptions *runOptions) *cobra.Command
- func NewCmdVersion(out io.Writer) *cobra.Command
- func NewKubeiCommand(in io.Reader, out, err io.Writer) *cobra.Command
- func RunDownload(out io.Writer, cmd *cobra.Command) error
- func RunVersion(out io.Writer, cmd *cobra.Command) error
- type Version
Constants ¶
View Source
const DefaultKubernetesVersion = "v1.20.4"
Variables ¶
This section is empty.
Functions ¶
func NewCmdExec ¶ added in v0.7.0
NewCmdExec returns "kubei exec" command.
func NewCmdInit ¶
NewCmdInit returns "kubei init" command.
func NewCmdReset ¶
NewCmdreset returns "kubei reset" command.
func NewCmdVersion ¶
NewCmdVersion provides the version information of kubei.
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.