Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultProfile = "default" EntFolder = ".ent" ProfilesFolder = "profiles" GlobalConfigFileName = "global-cfg" ConfigFile = "cfg" )
View Source
const ( KubectlVersion = "latest" EntandoBundlerVersion = "v7.1.2" EntandoBundleCliVersion = "latest" )
Variables ¶
View Source
var EcrApis = EcrApisType{
Components: "components",
Install: "components/{component}/install",
Uninstall: "components/{component}/uninstall",
}
View Source
var EntandoDeBundleGroupVersionResource = schema.GroupVersionResource{
Group: "entando.org",
Version: "v1",
Resource: "entandodebundles",
}
View Source
var EntandoResourcesTemplates = []string{
"https://raw.githubusercontent.com/entando/entando-releases/%s/dist/ge-1-1-6/namespace-scoped-deployment/cluster-resources.yaml",
"https://raw.githubusercontent.com/entando/entando-releases/%s/dist/ge-1-1-6/namespace-scoped-deployment/namespace-resources.yaml",
"https://raw.githubusercontent.com/entando/entando-releases/%s/dist/ge-1-1-6/samples/entando-operator-config.yaml",
}
Functions ¶
This section is empty.
Types ¶
type EcrApisType ¶
type ProfileConfig ¶
Click to show internal directories.
Click to hide internal directories.