Documentation ¶
Index ¶
- Constants
- Variables
- func GetSaasDir(serviceName string, osd bool, hcp bool) (string, error)
- func GetServiceNames(saaDirs ...string) ([]string, error)
- func NewCmdSaas(flags *genericclioptions.ConfigFlags, globalOpts *globalflags.GlobalOptions) *cobra.Command
- func ValidateServiceName(serviceSlice []string, serviceName string) error
Constants ¶
View Source
const ( OSDSaasDir = "data/services/osd-operators/cicd/saas" BPSaasDir = "data/services/backplane/cicd/saas" CADSaasDir = "data/services/configuration-anomaly-detection/cicd" )
Variables ¶
View Source
var ( ServicesSlice []string ServicesFilesMap = map[string]string{} )
Functions ¶
func GetSaasDir ¶ added in v0.18.0
func GetServiceNames ¶ added in v0.18.0
func NewCmdSaas ¶
func NewCmdSaas(flags *genericclioptions.ConfigFlags, globalOpts *globalflags.GlobalOptions) *cobra.Command
newCmdSaas implementes the saas command to interact with promoting SaaS services/operators
func ValidateServiceName ¶ added in v0.18.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.