Documentation ¶
Index ¶
- Constants
- func CreateSync(f *fixture.Fixture, pod *corev1.Pod) (*corev1.Pod, error)
- func DeletePodSyncByName(f *fixture.Fixture, podNamespace, podName string) error
- func GetLogsForPod(cs clientset.Interface, podNamespace, podName, containerName string) (string, error)
- func GetPodOnNode(cs clientset.Interface, nodeName, namespace, labelName string) (*corev1.Pod, error)
- func GetPodsByLabel(cs clientset.Interface, 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"
)
Variables ¶
This section is empty.
Functions ¶
func CreateSync ¶ added in v0.11.100
CreateSync creates a new pod according to the fixture specifications, and wait for it to start and be running and ready.
func DeletePodSyncByName ¶
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.