Documentation ¶
Index ¶
Constants ¶
View Source
const ( // OperatorName is a operator name OperatorName = "jenkins-operator" // DefaultAmountOfExecutors is the default amount of Jenkins executors DefaultAmountOfExecutors = 0 // 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" // DefaultHTTPPortInt32 is the default Jenkins HTTP port DefaultHTTPPortInt32 = int32(8080) // DefaultSlavePortInt32 is the default Jenkins port for slaves DefaultSlavePortInt32 = int32(50000) // JavaOpsVariableName is the name of environment variable which consists Jenkins Java options JavaOpsVariableName = "JAVA_OPTS" )
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.