constants

package
v2.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2024 License: LGPL-3.0 Imports: 1 Imported by: 0

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 Config

type Config struct {
	DesignedProfile string `yaml:"designedProfile"`
}

type EcrApisType

type EcrApisType struct {
	Components string
	Install    string
	Uninstall  string
}

type ProfileConfig

type ProfileConfig struct {
	AppName    string `yaml:"entandoAppName,omitempty""`
	Namespace  string `yaml:"entandoNamespace,omitempty""`
	DesignedVM string `yaml:"designedVM,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL