testing

package
v0.59.0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ContextWithBundlesResolverDisabled added in v0.42.0

func ContextWithBundlesResolverDisabled(ctx context.Context) context.Context

ContextWithBundlesResolverDisabled returns a context containing a Config with the enable-bundles-resolver feature flag disabled.

func ContextWithClusterResolverDisabled added in v0.42.0

func ContextWithClusterResolverDisabled(ctx context.Context) context.Context

ContextWithClusterResolverDisabled returns a context containing a Config with the enable-cluster-resolver feature flag disabled.

func ContextWithGitResolverDisabled added in v0.42.0

func ContextWithGitResolverDisabled(ctx context.Context) context.Context

ContextWithGitResolverDisabled returns a context containing a Config with the enable-git-resolver feature flag disabled.

func ContextWithHttpResolverDisabled added in v0.54.0

func ContextWithHttpResolverDisabled(ctx context.Context) context.Context

ContextWithHttpResolverDisabled returns a context containing a Config with the enable-http-resolver feature flag disabled.

func ContextWithHubResolverDisabled added in v0.42.0

func ContextWithHubResolverDisabled(ctx context.Context) context.Context

ContextWithHubResolverDisabled returns a context containing a Config with the enable-hub-resolver feature flag disabled.

func GetResolverFrameworkController

func GetResolverFrameworkController(ctx context.Context, t *testing.T, d test.Data, resolver framework.Resolver, modifiers ...framework.ReconcilerModifier) (test.Assets, func())

GetResolverFrameworkController returns an instance of the resolver framework controller/reconciler using the given resolver, seeded with d, where d represents the state of the system (existing resources) needed for the test.

func RunResolverReconcileTest

func RunResolverReconcileTest(ctx context.Context, t *testing.T, d test.Data, resolver framework.Resolver, request *v1beta1.ResolutionRequest,
	expectedStatus *v1beta1.ResolutionRequestStatus, expectedErr error, resolverModifiers ...ResolverReconcileTestModifier)

RunResolverReconcileTest takes data to seed clients and informers, a Resolver, a ResolutionRequest, and the expected ResolutionRequestStatus and error, both of which can be nil. It instantiates a controller for that resolver and reconciles the given request. It then checks for the expected error, if any, and compares the resulting status with the expected status.

Types

type ResolverReconcileTestModifier

type ResolverReconcileTestModifier = func(resolver framework.Resolver, testAssets test.Assets)

ResolverReconcileTestModifier is a function thaat will be invoked after the test assets and controller have been created

Jump to

Keyboard shortcuts

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