Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider is the entity that creates actions. These actions are executed against a running installation of Gloo Gateway, within a Kubernetes Cluster. This provider is just a wrapper around sub-providers, so it exposes methods to access those providers
func NewActionsProvider ¶
func NewActionsProvider() *Provider
NewActionsProvider returns an Provider
func (*Provider) WithClusterContext ¶
WithClusterContext sets the provider to point to the provided cluster
func (*Provider) WithGlooGatewayContext ¶
func (p *Provider) WithGlooGatewayContext(ggContext *gloogateway.Context) *Provider
WithGlooGatewayContext sets the provider to point to the provided Gloo Gateway installation
Click to show internal directories.
Click to hide internal directories.