Documentation
¶
Index ¶
- func NewcommandExecutorFlux(executor commandexecutor.CommandExecutor) fluxinterfaces.Flux
- type CommandExecutorDeployedFlux
- type CommandExecutorFlux
- func (c *CommandExecutorFlux) ConfigureFluxInstance(ctx context.Context, cluster kubernetesinterfaces.KubernetesCluster, ...) error
- func (c *CommandExecutorFlux) GetCommandExecutor() (commandexecutor.CommandExecutor, error)
- func (c *CommandExecutorFlux) GetDeployedFlux(cluster kubernetesinterfaces.KubernetesCluster) (fluxinterfaces.DeployedFlux, error)
- func (c *CommandExecutorFlux) GetHelm() (helminterfaces.Helm, error)
- func (c *CommandExecutorFlux) InstallFlux(ctx context.Context, options *fluxparameteroptions.InstalFluxOptions) (fluxinterfaces.DeployedFlux, error)
- func (c *CommandExecutorFlux) InstallFluxOperatorUsingHelm(ctx context.Context, cluster kubernetesinterfaces.KubernetesCluster, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewcommandExecutorFlux ¶
func NewcommandExecutorFlux(executor commandexecutor.CommandExecutor) fluxinterfaces.Flux
Types ¶
type CommandExecutorDeployedFlux ¶
type CommandExecutorDeployedFlux struct {
// contains filtered or unexported fields
}
func (*CommandExecutorDeployedFlux) GetCommandExecutor ¶
func (c *CommandExecutorDeployedFlux) GetCommandExecutor() (commandexecutor.CommandExecutor, error)
type CommandExecutorFlux ¶
type CommandExecutorFlux struct {
// contains filtered or unexported fields
}
func (*CommandExecutorFlux) ConfigureFluxInstance ¶
func (c *CommandExecutorFlux) ConfigureFluxInstance(ctx context.Context, cluster kubernetesinterfaces.KubernetesCluster, namespaceName string) error
func (*CommandExecutorFlux) GetCommandExecutor ¶
func (c *CommandExecutorFlux) GetCommandExecutor() (commandexecutor.CommandExecutor, error)
func (*CommandExecutorFlux) GetDeployedFlux ¶
func (c *CommandExecutorFlux) GetDeployedFlux(cluster kubernetesinterfaces.KubernetesCluster) (fluxinterfaces.DeployedFlux, error)
func (*CommandExecutorFlux) GetHelm ¶
func (c *CommandExecutorFlux) GetHelm() (helminterfaces.Helm, error)
func (*CommandExecutorFlux) InstallFlux ¶
func (c *CommandExecutorFlux) InstallFlux(ctx context.Context, options *fluxparameteroptions.InstalFluxOptions) (fluxinterfaces.DeployedFlux, error)
func (*CommandExecutorFlux) InstallFluxOperatorUsingHelm ¶
func (c *CommandExecutorFlux) InstallFluxOperatorUsingHelm(ctx context.Context, cluster kubernetesinterfaces.KubernetesCluster, namespace string) error
Click to show internal directories.
Click to hide internal directories.