repo

package
v0.45.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2021 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Overview

FLUX V1 DEPRECATION NOTICE. https://github.com/weaveworks/eksctl/issues/2963

FLUX V1 DEPRECATION NOTICE. https://github.com/weaveworks/eksctl/issues/2963

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 {
	Cfg           *api.ClusterConfig
	Opts          *api.Git
	Timeout       time.Duration
	K8sRestConfig *rest.Config
	K8sClientSet  kubeclient.Interface
	GitClient     *git.Client
}

func New

func New(
	k8sRestConfig *rest.Config, k8sClientSet kubeclient.Interface,
	cfg *api.ClusterConfig, timeout time.Duration,
) (*Installer, error)

func (*Installer) GetManifests

func (fi *Installer) GetManifests() (map[string][]byte, error)

func (*Installer) Run

func (fi *Installer) Run() error

type PublicKey

type PublicKey struct {
	Key string `json:"key"`
}

PublicKey represents a public SSH key as it is returned by flux

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL