defaults

package
v0.0.0-...-cf82cec Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2020 License: EPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// PrefixCodewindPerformance : Codewind performance application
	PrefixCodewindPerformance = "codewind-performance"

	// PrefixCodewindPFE : Codewind pfe application
	PrefixCodewindPFE = "codewind-pfe"

	// PrefixCodewindGatekeeper : Codewind-gatekeeper application
	PrefixCodewindGatekeeper = "codewind-gatekeeper"

	// PrefixCodewindKeycloak : Codewind-keycloak application
	PrefixCodewindKeycloak = "codewind-keycloak"
)
View Source
const (
	// VersionNum : Operator version number
	VersionNum = "latest"

	// KeycloakImage is the docker image that will be used in the Codewind-Keycloak pod
	KeycloakImage = "eclipse/codewind-keycloak-amd64"

	// KeycloakImageTag is the Image tag used by Keycloak
	KeycloakImageTag = "latest"

	// CodewindImage is the docker image that will be used in the Codewind-pfe pod
	CodewindImage = "eclipse/codewind-pfe-amd64"

	// CodewindImageTag is the Image tag used by Codewind
	CodewindImageTag = "latest"

	// CodewindPerformanceImage is the docker image that will be used in the Codewind-Performance pod
	CodewindPerformanceImage = "eclipse/codewind-performance-amd64"

	// CodewindPerformanceImageTag is the Image tag used by Codewind
	CodewindPerformanceImageTag = "latest"

	// CodewindGatekeeperImage is the docker image that will be used in the Codewind-Gatekeeper pod
	CodewindGatekeeperImage = "eclipse/codewind-gatekeeper-amd64"

	// CodewindGatekeeperImageTag is the Image tag used by Codewind
	CodewindGatekeeperImageTag = "latest"

	// CodewindAuthRealm : Codewind security realm within Keycloak
	CodewindAuthRealm = "codewind"

	// PFEContainerPort is the port at which Codewind PFE is exposed
	PFEContainerPort = 9191

	// PerformanceContainerPort is the port at which the Performance dashboard is exposed
	PerformanceContainerPort = 9095

	// KeycloakContainerPort is the port at which Keycloak is exposed
	KeycloakContainerPort = 8080

	// GatekeeperContainerPort is the port at which the Gatekeeper is exposed
	GatekeeperContainerPort = 9096

	// CodewindRoleBindingNamePrefix will include the workspaceID when deployed
	CodewindRoleBindingNamePrefix = "codewind-rolebinding"

	// CodewindTektonClusterRoleBindingName : Tekton, cluster role binding
	CodewindTektonClusterRoleBindingName = "codewind-tekton-rolebinding"

	// CodewindTektonClusterRolesName : Tekton, cluster role
	CodewindTektonClusterRolesName = "codewind-tekton"

	// CodewindODOClusterRoleBindingName : ODO, cluster role binding
	CodewindODOClusterRoleBindingName = "codewind-odo-rolebinding"

	// CodewindODOClusterRolesName : ODO, cluster role
	CodewindODOClusterRolesName = "codewind-odoclusterrole"

	// CodewindRolesName will include the workspaceID when deployed
	CodewindRolesName = "eclipse-codewind-" + VersionNum
)
View Source
const (
	// ConstKeycloakConfigStarted : Keycloak config started
	ConstKeycloakConfigStarted = "Started"

	// ConstKeycloakConfigReady : Keycloak config completed
	ConstKeycloakConfigReady = "Complete"

	// ROKSStorageClass references the storage class to use on ROKS
	ROKSStorageClass = "ibmc-file-bronze"

	// ROKSStorageClassGID references the storage class to use on ROKS
	ROKSStorageClassGID = "ibmc-file-bronze-gid"

	// ConfigMapLocation : Codewind Operator config map defaults
	ConfigMapLocation = "deploy/codewind-configmap.yaml"

	// OperatorConfigMapName : Codewind operator config map name
	OperatorConfigMapName = "codewind-operator"

	// CodewindFinalizerName : Codewind Cluster role binding finalizer
	CodewindFinalizerName = "crb.finalizer.codewind.eclipse"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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