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 NewCmdInstall(in io.Reader, out io.Writer) *cobra.Command
- func NewCmdPlan(in io.Reader, out io.Writer, options *installOpts) *cobra.Command
- func NewCmdStep(out io.Writer, opts *installOpts) *cobra.Command
- func NewCmdValidate(out io.Writer, installOpts *installOpts) *cobra.Command
- func NewCmdVersion(version string, out io.Writer) *cobra.Command
- func NewKismaticCommand(version 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 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
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.