Documentation ¶
Index ¶
Constants ¶
View Source
const ( APIVersion = "core/v1" PodKind = "Pod" SecretKind = "Secret" ConfigMapKind = "ConfigMap" )
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add(mgr manager.Manager, jenkinsAPIConnectionSettings jenkinsclient.JenkinsAPIConnectionSettings, kubernetesClusterDomain string, clientSet kubernetes.Clientset, config rest.Config, notificationEvents *chan event.Event) error
Add creates a newReconcilierConfiguration Jenkins Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.
Types ¶
type ReconcileJenkins ¶
type ReconcileJenkins struct { KubernetesClusterDomain string // contains filtered or unexported fields }
ReconcileJenkins reconciles a Jenkins object.
Click to show internal directories.
Click to hide internal directories.