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