Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "tuning-configs", Aliases: []string{"tuningconfig", "tuningconfigs", "tuning-config"}, Short: "Delete tuning config", Long: "Delete a tuning config for a cluster.", Example: ` # Delete tuning config with name tuned1 from a cluster named 'mycluster' rosa delete tuning-config --cluster=mycluster tuned1`, Run: run, Args: func(_ *cobra.Command, argv []string) error { if len(argv) != 1 { return fmt.Errorf( "Expected exactly one command line parameter containing the name of the tuned config", ) } return nil }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.