Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "tuning-configs", Aliases: []string{"tuningconfig", "tuningconfigs", "tuning-config"}, Short: "Add tuning config", Long: "Add a tuning config to a cluster.", Example: ` # Add a tuning config with name "tuned1" and spec from a file "file1" to a cluster named "mycluster" rosa create tuning-config --name=tuned1 --spec-path=file1 --cluster=mycluster"`, Run: run, Args: cobra.NoArgs, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.