Documentation ¶
Index ¶
Constants ¶
View Source
const ( // OperatorName is a operator name OperatorName = "jenkins-operator" // DefaultAmountOfExecutors is the default amount of Jenkins executors DefaultAmountOfExecutors = 3 // SeedJobSuffix is a suffix added for all seed jobs SeedJobSuffix = "job-dsl-seed" // DefaultJenkinsMasterImage is the default Jenkins master docker image DefaultJenkinsMasterImage = "jenkins/jenkins:lts" // UserConfigurationJobName is the Jenkins job name used to configure Jenkins by groovy scripts provided by user UserConfigurationJobName = OperatorName + "-user-configuration" )
View Source
const ( // LabelAppKey application Kubernetes label name LabelAppKey = "app" // LabelAppValue application Kubernetes label value LabelAppValue = OperatorName // LabelWatchKey Kubernetes label used to enable watch for reconcile loop LabelWatchKey = "watch" // LabelWatchValue Kubernetes label value to enable watch for reconcile loop LabelWatchValue = "true" // LabelJenkinsCRKey Kubernetes label name which contains Jenkins CR name LabelJenkinsCRKey = "jenkins-cr" )
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.