Documentation
¶
Overview ¶
Package operator provides operator functions
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OperatorCmd = &cobra.Command{ Use: "operator", Short: "Command related to Software Factory Operator", Long: `Command related to Software Factory Operator`, Run: func(cmd *cobra.Command, args []string) { cmd.Help() os.Exit(0) }, }
OperatorCmd represents the operator command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.