Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ServiceName - tempest service name
ServiceName = "tobiko"
)
Variables ¶
This section is empty.
Functions ¶
func GetVolumeMounts ¶
func GetVolumeMounts(mountCerts bool, mountKeys bool, mountKubeconfig bool, instance *testv1beta1.Tobiko) []corev1.VolumeMount
GetVolumeMounts -
func GetVolumes ¶
func GetVolumes( instance *testv1beta1.Tobiko, logsPVCName string, mountCerts bool, mountKeys bool, mountKubeconfig bool, ) []corev1.Volume
GetVolumes -
func Job ¶
func Job( instance *testv1beta1.Tobiko, labels map[string]string, annotations map[string]string, jobName string, logsPVCName string, mountCerts bool, mountKeys bool, mountKubeconfig bool, envVars map[string]env.Setter, containerImage string, privileged bool, ) *batchv1.Job
Job - prepare job to run Tempest tests
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.