kubernetes-operator/pkg/controller/jenkins/configuration/base
Vibhav Bobade b77592e9d1 Intermediate Commit for transition from Pod to Deployment based Jenkins Controller
Allows for using the annotation jenkins.io/use-deployment
and setting the value to true makes the operator use a
Deployment instead of Pod for serving Jenkins.

This is part of a temporary feature and has to be committed to avoid bigger PRs.
2020-05-15 12:44:54 +05:30
..
resources Intermediate Commit for transition from Pod to Deployment based Jenkins Controller 2020-05-15 12:44:54 +05:30
configmap.go Split reconcile.go into several files 2020-04-15 21:59:27 +02:00
container.go lint with golangci-lint 2020-05-06 16:22:52 +02:00
deployment.go Intermediate Commit for transition from Pod to Deployment based Jenkins Controller 2020-05-15 12:44:54 +05:30
doc.go Add packages info 2018-10-27 21:39:49 +02:00
label.go #263 Execute user scripts before seed jobs (#345) 2020-04-27 14:22:49 +02:00
plugin.go #263 Execute user scripts before seed jobs (#345) 2020-04-27 14:22:49 +02:00
pod.go lint with golangci-lint 2020-05-06 16:22:52 +02:00
rbac.go #263 Execute user scripts before seed jobs (#345) 2020-04-27 14:22:49 +02:00
reconcile.go Intermediate Commit for transition from Pod to Deployment based Jenkins Controller 2020-05-15 12:44:54 +05:30
reconcile_test.go refactor log handeling 2020-05-13 14:14:33 +02:00
route.go lint with golangci-lint 2020-05-06 16:22:52 +02:00
service.go #263 Execute user scripts before seed jobs (#345) 2020-04-27 14:22:49 +02:00
serviceaccount.go Adding OpenShift doc 2020-04-29 14:47:28 +02:00
validate.go Split reconcile.go into several files 2020-04-15 21:59:27 +02:00
validate_test.go Intermediate Commit for transition from Pod to Deployment based Jenkins Controller 2020-05-15 12:44:54 +05:30