Documentation
¶
Index ¶
- Constants
- Variables
- func CreateNamespace() *corev1.Namespace
- func DestroyNamespace(namespace *corev1.Namespace)
- func RenderJenkinsCR(name, namespace string, seedJob *[]v1alpha2.SeedJob, ...) *v1alpha2.Jenkins
- func ShowLogsIfTestHasFailed(failed bool, namespace string)
- func WaitForJenkinsBaseConfigurationToComplete(jenkins *v1alpha2.Jenkins)
- func WaitForJenkinsUserConfigurationToComplete(jenkins *v1alpha2.Jenkins)
Constants ¶
View Source
const JenkinsTestImage = "jenkins/jenkins:2.401.1-lts"
Variables ¶
View Source
var ( Cfg *rest.Config K8sClient client.Client )
Functions ¶
func CreateNamespace ¶ added in v0.6.0
func DestroyNamespace ¶ added in v0.6.0
func RenderJenkinsCR ¶ added in v0.7.0
func RenderJenkinsCR(name, namespace string, seedJob *[]v1alpha2.SeedJob, groovyScripts v1alpha2.GroovyScripts, casc v1alpha2.ConfigurationAsCode, priorityClassName string) *v1alpha2.Jenkins
func ShowLogsIfTestHasFailed ¶ added in v0.6.0
func WaitForJenkinsBaseConfigurationToComplete ¶ added in v0.6.0
func WaitForJenkinsUserConfigurationToComplete ¶ added in v0.6.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.