Documentation ¶
Index ¶
Constants ¶
const ( // ClusterTypeKubernetes ... ClusterTypeKubernetes = "KUBERNETES" // ClusterTypeOpenshift ... ClusterTypeOpenshift = "OPENSHIFT" )
const AlertPostSuffix = "-alert"
AlertPostSuffix adds "-alert" to the end of the release (to differentiate if other apps are given the same name - ex: BlackDuck and Alert are both named "bd")
const AllNamespacesFlag string = "--all-namespaces"
AllNamespacesFlag ...
Variables ¶
var AlertChartName = "synopsys-alert"
AlertChartName ...
var AlertChartRepository = fmt.Sprintf("%s/%s-%s.tgz", BaseChartRepository, AlertChartName, AlertVersion)
AlertChartRepository ...
var AlertVersion = "5.3.2"
AlertVersion ...
var BDBAChartName = "bdba"
BDBAChartName ...
var BDBAChartRepository = fmt.Sprintf("%s/%s-%s.tgz", BaseChartRepository, BDBAChartName, BDBAVersion)
BDBAChartRepository ...
var BDBAName = "bdba"
BDBAName ...
var BDBAVersion = "2020.03"
BDBAVersion ...
var BaseChartRepository = "https://sig-repo.synopsys.com/sig-cloudnative"
BaseChartRepository ...
var BlackDuckChartName = "blackduck"
BlackDuckChartName ...
var BlackDuckChartRepository = fmt.Sprintf("%s/%s-%s.tgz", BaseChartRepository, BlackDuckChartName, BlackDuckVersion)
BlackDuckChartRepository ...
var BlackDuckVersion = "2020.4.1"
BlackDuckVersion ...
var DefaultBusyBoxImage = "docker.io/busybox:1.28"
DefaultBusyBoxImage ...
var NativeClusterType = ClusterTypeKubernetes
NativeClusterType ...
var OpsSightChartName = "blackduck-connector"
OpsSightChartName ..
var OpsSightChartRepository = fmt.Sprintf("%s/%s-%s.tgz", BaseChartRepository, OpsSightChartName, OpsSightVersion)
OpsSightChartRepository ...
var OpsSightVersion = "2.2.5"
OpsSightVersion ...
var OpsSightVersionToChartVersion = map[string]string{
"2.2.5": "2.2.5-1",
}
OpsSightVersionToChartVersion ...
var PolarisChartName = "polaris-helmchart"
PolarisChartName ...
var PolarisChartRepository = fmt.Sprintf("%s/%s-%s.tgz", BaseChartRepository, PolarisChartName, PolarisVersion)
PolarisChartRepository ...
var PolarisName = "polaris"
PolarisName ...
var PolarisReportingChartName = "polaris-helmchart-reporting"
PolarisReportingChartName ...
var PolarisReportingChartRepository = fmt.Sprintf("%s/%s-%s.tgz", BaseChartRepository, PolarisReportingChartName, PolarisReportingVersion)
PolarisReportingChartRepository ...
var PolarisReportingName = "polaris-reporting"
PolarisReportingName ...
var PolarisReportingVersion = "2020.04"
PolarisReportingVersion ...
var PolarisVersion = "2020.03"
PolarisVersion ...
Functions ¶
This section is empty.
Types ¶
This section is empty.