Documentation ¶
Index ¶
- Constants
- func DumpEventsForPod(events []corev1.Event, podNamespace, podName string) string
- func GetByDeployment(cli client.Client, ctx context.Context, deployment appsv1.Deployment) ([]corev1.Pod, error)
- func GetByRegex(cs client.Client, reg string) ([]*corev1.Pod, error)
- func GetEventsForPod(k8sCli kubernetes.Interface, ctx context.Context, podNamespace, podName string) ([]corev1.Event, error)
- func GuaranteedSleeperPod(namespace, schedulerName string) *corev1.Pod
- func LogEventsForPod(k8sCli kubernetes.Interface, ctx context.Context, podNamespace, podName string) error
- func WaitForPodToBeRunning(cli *kubernetes.Clientset, podNamespace, podName string) *corev1.Pod
- func WaitPodsToBeRunningByRegex(pattern string)
Constants ¶
View Source
const (
CentosImage = "quay.io/centos/centos:8"
)
Variables ¶
This section is empty.
Functions ¶
func DumpEventsForPod ¶ added in v0.14.0
func GetByDeployment ¶ added in v0.14.0
func GetEventsForPod ¶ added in v0.14.0
func GuaranteedSleeperPod ¶
func LogEventsForPod ¶ added in v0.14.0
func WaitForPodToBeRunning ¶
func WaitForPodToBeRunning(cli *kubernetes.Clientset, podNamespace, podName string) *corev1.Pod
func WaitPodsToBeRunningByRegex ¶
func WaitPodsToBeRunningByRegex(pattern string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.