testutils

package
v0.18.0 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2021 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

Package testutils provides utilities to simplify other `_test` packages

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DummyDynamicClientset added in v0.14.0

func DummyDynamicClientset() *fakedynamicclientset.FakeDynamicClient

DummyK8sClientset returns a fake K8s clientset

func DummyHTTPRequest

func DummyHTTPRequest(method string, url string, body io.Reader) *http.Request

DummyHTTPRequest returns a HTTP request with a JSON content type header as well as the configured with the parameters

func DummyK8sClientset

func DummyK8sClientset() *fakek8sclientset.Clientset

DummyK8sClientset returns a fake K8s clientset

func DummyResource

func DummyResource() *endpoints.Resource

DummyResource returns a Resource populated by fake clientsets

func DummyServer

func DummyServer() (*httptest.Server, *endpoints.Resource, string)

DummyServer returns a httptest server of the Tekton Dashboard

func GetClusterObject added in v0.14.0

func GetClusterObject(version, kind, name, resourceVersion string) *unstructured.Unstructured

func GetObject added in v0.14.0

func GetObject(version, kind, namespace, name, resourceVersion string) *unstructured.Unstructured

func ObjectListDeepEqual

func ObjectListDeepEqual(expectedListPointer interface{}, actualListPointer interface{}) error

ObjectListDeepEqual errors if the two object lists are not equal

Types

This section is empty.

Jump to

Keyboard shortcuts

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