Documentation ¶
Overview ¶
Package utils contails utilities useful in the context of E2E tests.
Index ¶
- func CreateKustomizationOverlay(namespace, base, overlay string) error
- func DeployFpgaWebhook(f *framework.Framework, kustomizationPath string)
- func LocateRepoFile(repopath string) (string, error)
- func WaitForNodesWithResource(c clientset.Interface, res v1.ResourceName, timeout time.Duration) error
- func WaitForPodFailure(f *framework.Framework, name string, timeout time.Duration)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateKustomizationOverlay ¶ added in v0.18.0
CreateKustomizationOverlay creates an overlay with overridden namespace.
func DeployFpgaWebhook ¶ added in v0.18.0
DeployFpgaWebhook deploys FPGA admission webhook to a framework-specific namespace.
func LocateRepoFile ¶
LocateRepoFile locates a file inside this repository.
func WaitForNodesWithResource ¶
func WaitForNodesWithResource(c clientset.Interface, res v1.ResourceName, timeout time.Duration) error
WaitForNodesWithResource waits for nodes to have positive allocatable resource.
func WaitForPodFailure ¶ added in v0.18.0
WaitForPodFailure waits for a pod to fail. This function used to be a part of k8s e2e framework, but was deleted in https://github.com/kubernetes/kubernetes/pull/86732.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.