Documentation ¶
Overview ¶
Package cli contains the implementation of the command-line tool for managing the Kubernetes cluster.
Index ¶
- func NewCmdAddWorker(out io.Writer, installOpts *installOpts) *cobra.Command
- func NewCmdApply(out io.Writer, installOpts *installOpts) *cobra.Command
- func NewCmdDashboard(out io.Writer) *cobra.Command
- func NewCmdIP(out io.Writer) *cobra.Command
- func NewCmdInstall(in io.Reader, out io.Writer) *cobra.Command
- func NewCmdPlan(in io.Reader, out io.Writer, options *installOpts) *cobra.Command
- func NewCmdSSH(out io.Writer) *cobra.Command
- func NewCmdStep(out io.Writer, opts *installOpts) *cobra.Command
- func NewCmdValidate(out io.Writer, installOpts *installOpts) *cobra.Command
- func NewCmdVersion(version string, buildDate string, out io.Writer) *cobra.Command
- func NewCmdVolume(out io.Writer) *cobra.Command
- func NewCmdVolumeAdd(out io.Writer, planFile *string) *cobra.Command
- func NewKismaticCommand(version string, buildDate string, in io.Reader, out io.Writer) (*cobra.Command, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdAddWorker ¶
NewCmdAddWorker returns the command for adding workers to the cluster
func NewCmdApply ¶
NewCmdApply creates a cluter using the plan file
func NewCmdDashboard ¶ added in v1.2.0
NewCmdDashboard opens or displays the dashboard URL
func NewCmdInstall ¶
NewCmdInstall creates a new install command
func NewCmdPlan ¶
NewCmdPlan creates a new install plan command
func NewCmdStep ¶ added in v1.0.1
NewCmdStep returns the step command
func NewCmdValidate ¶
NewCmdValidate creates a new install validate command
func NewCmdVersion ¶
NewCmdVersion returns the version command
func NewCmdVolume ¶ added in v1.2.0
NewCmdVolume returns the storage command
func NewCmdVolumeAdd ¶ added in v1.2.0
NewCmdVolumeAdd returns the command for adding storage volumes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.