Documentation ¶
Index ¶
- Constants
- func Cmd() *cobra.Command
- func CmdCSV() *cobra.Command
- func CmdCatalog() *cobra.Command
- func CmdHubInstall() *cobra.Command
- func CmdHubStatus() *cobra.Command
- func CmdHubUninstall() *cobra.Command
- func CmdLocalInstall() *cobra.Command
- func CmdLocalUninstall() *cobra.Command
- func GenerateCSV(opConf *operator.Conf, csvParams *generateCSVParams) *operv1.ClusterServiceVersion
- func RunCSV(cmd *cobra.Command, args []string)
- func RunCatalog(cmd *cobra.Command, args []string)
- func RunHubInstall(cmd *cobra.Command, args []string)
- func RunHubStatus(cmd *cobra.Command, args []string)
- func RunHubUninstall(cmd *cobra.Command, args []string)
- func RunLocalInstall(cmd *cobra.Command, args []string)
- func RunLocalUninstall(cmd *cobra.Command, args []string)
- type HubConf
Constants ¶
View Source
const ( // OBCOwned is the value owned for the obc-crd flag OBCOwned string = "owned" // OBCRequired is the default value for the obc-crd flag OBCRequired string = "required" // OBCNone is the value none for the obc-crd flag OBCNone string = "none" )
Variables ¶
This section is empty.
Functions ¶
func CmdLocalUninstall ¶
CmdLocalUninstall returns a CLI command
func GenerateCSV ¶
func GenerateCSV(opConf *operator.Conf, csvParams *generateCSVParams) *operv1.ClusterServiceVersion
GenerateCSV creates the CSV
func RunHubInstall ¶
RunHubInstall runs a CLI command
func RunHubStatus ¶
RunHubStatus runs a CLI command
func RunHubUninstall ¶
RunHubUninstall runs a CLI command
func RunLocalInstall ¶
RunLocalInstall runs a CLI command
func RunLocalUninstall ¶
RunLocalUninstall runs a CLI command
Types ¶
type HubConf ¶
type HubConf struct {
Objects []*unstructured.Unstructured
}
HubConf keeps the operatorhub yaml objects
Click to show internal directories.
Click to hide internal directories.