Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KeyTitle ¶
func KeyTitle(clusterMeta api.ClusterMeta) string
KeyTitle returns the title for the SSH key used to access the gitops repo
Types ¶
type Installer ¶
type Installer struct {
// contains filtered or unexported fields
}
Installer installs Flux
func NewInstaller ¶
func NewInstaller(k8sRestConfig *rest.Config, k8sClientSet kubeclient.Interface, cfg *api.ClusterConfig, timeout time.Duration) (*Installer, error)
NewInstaller creates a new Flux installer
func (*Installer) IsFluxInstalled ¶
IsFluxInstalled returns an error if Flux is not installed in the cluster. To determine that it looks for the flux pod
Click to show internal directories.
Click to hide internal directories.