Documentation
¶
Overview ¶
Package fluxinstaller provides an installer for installing flux on a Kubernetes cluster.
This package contains the Flux installer implementation and client interfaces for managing Flux installations on Kubernetes clusters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FluxInstaller ¶
type FluxInstaller struct {
// contains filtered or unexported fields
}
FluxInstaller implements the installer.Installer interface for Flux.
func NewFluxInstaller ¶
func NewFluxInstaller( client helm.Interface, timeout time.Duration, ) *FluxInstaller
NewFluxInstaller creates a new Flux installer instance.
Click to show internal directories.
Click to hide internal directories.