Documentation ¶
Index ¶
- Constants
- func DeletePodSyncByName(cs clientset.Interface, podNamespace, podName string) error
- func DeletePodsAsync(f *framework.Framework, podList ...types.NamespacedName)
- func GetLogsForPod(f *framework.Framework, podNamespace, podName, containerName string) (string, error)
- func GetPodOnNode(f *framework.Framework, nodeName, namespace, labelName string) (*corev1.Pod, error)
- func GetPodsByLabel(f *framework.Framework, ns, label string) ([]corev1.Pod, error)
- func MakeBestEffortSleeperPod() *corev1.Pod
- func MakeGuaranteedSleeperPod(cpuLimit string) *corev1.Pod
Constants ¶
View Source
const ( CentosImage = "quay.io/centos/centos:8" RTELabelName = "resource-topology" )
Variables ¶
This section is empty.
Functions ¶
func DeletePodSyncByName ¶
func DeletePodsAsync ¶
func DeletePodsAsync(f *framework.Framework, podList ...types.NamespacedName)
func GetLogsForPod ¶ added in v0.7.0
func GetPodOnNode ¶ added in v0.3.2
func GetPodsByLabel ¶ added in v0.3.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.