Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallOpts ¶
type InstallOpts struct {
GitOptions git.Options
GitPaths []string
GitLabel string
GitFluxPath string
GitPrivateSSHKeyPath string
Namespace string
Timeout time.Duration
Amend bool
WithHelm bool
}
InstallOpts are the installation options for Flux
type Installer ¶
type Installer struct {
// contains filtered or unexported fields
}
Installer installs Flux
func NewInstaller ¶
func NewInstaller(k8sRestConfig *rest.Config, k8sClientSet kubeclient.Interface, opts *InstallOpts) *Installer
NewInstaller creates a new Flux installer
Click to show internal directories.
Click to hide internal directories.