glooctl

package
v1.17.0-beta22 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider interface {
	WithClusterContext(clusterContext *cluster.Context) Provider
	WithGlooGatewayContext(ggCtx *gloogateway.Context) Provider

	NewTestHelperInstallAction() actions.ClusterAction
	NewTestHelperUninstallAction() actions.ClusterAction
	ExportReport() actions.ClusterAction
}

Provider defines the standard operations that can be executed via glooctl In a perfect world, all operations would be isolated to the OSS repository Since there are some custom Enterprise operations, we define this as an interface, so that Gloo Gateway Enterprise tests can rely on a custom implementation

func NewProvider

func NewProvider(testingFramework testing.TB) Provider

Jump to

Keyboard shortcuts

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