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 ¶
Click to show internal directories.
Click to hide internal directories.