Documentation ¶
Index ¶
- func Create(k8sClient client.Client, pod *corev1.Pod) error
- func CreateAndWait(k8sClient client.Client, pod *corev1.Pod) error
- func CreateWithMap(k8sClient client.Client, cfg map[string]interface{}) error
- func Delete(k8sClient client.Client, pod *corev1.Pod) error
- func DeleteOfAll(k8sClient client.Client, pod *corev1.Pod, opts []client.DeleteAllOfOption) error
- func Get(k8sClient client.Client, name, namespace string) (*corev1.Pod, error)
- func List(k8sClient client.Client, opts []client.ListOption) (*corev1.PodList, error)
- func WaitForPods(k8sClient client.Client, pods []string, namespace string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteOfAll ¶
func WaitForPods ¶
func WaitForPods(k8sClient client.Client, pods []string, namespace string, tc openshiftTY.TimeoutConfig) error
wait for pods
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.