Documentation ¶
Overview ¶
Package common holds common constants used across Everest.
Index ¶
Constants ¶
View Source
const ( // PXCOperatorName holds operator name in k8s. PXCOperatorName = "percona-xtradb-cluster-operator" // PSMDBOperatorName holds operator name in k8s. PSMDBOperatorName = "percona-server-mongodb-operator" // PGOperatorName holds operator name in k8s. PGOperatorName = "percona-postgresql-operator" // SystemNamespace is the namespace where everest is installed. SystemNamespace = "everest-system" // PerconaEverestDeploymentName stores the name of everest API Server deployment. PerconaEverestDeploymentName = "percona-everest" // EverestContainerNameInDeployment is the name of the Everest container in the deployment. EverestContainerNameInDeployment = "everest" // EverestOperatorName holds the name for Everest operator. EverestOperatorName = "everest-operator" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.