utils

package
v0.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 20, 2023 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Overview

Package utils contails utilities useful in the context of E2E tests.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateKustomizationOverlay added in v0.18.0

func CreateKustomizationOverlay(namespace, base, overlay string) error

CreateKustomizationOverlay creates an overlay with overridden namespace.

func DeployWebhook added in v0.22.0

func DeployWebhook(f *framework.Framework, kustomizationPath string) v1.Pod

DeployWebhook deploys an admission webhook to a framework-specific namespace.

func Kubectl added in v0.26.0

func Kubectl(ns string, cmd string, opt string, file string)

func LocateRepoFile

func LocateRepoFile(repopath string) (string, error)

LocateRepoFile locates a file inside this repository.

func TestContainersRunAsNonRoot added in v0.22.0

func TestContainersRunAsNonRoot(pods []v1.Pod) error

TestContainersRunAsNonRoot checks that all containers within the Pods run with non-root UID/GID.

func TestPodsFileSystemInfo added in v0.22.0

func TestPodsFileSystemInfo(pods []v1.Pod) error

TestPodsFileSystemInfo checks that all containers within the Pods run with ReadOnlyRootFileSystem. It also prints RW volume mounts.

func TestWebhookServerTLS added in v0.25.0

func TestWebhookServerTLS(f *framework.Framework, serviceName string) error

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

func WaitForPodFailure(f *framework.Framework, name string, timeout time.Duration)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL