gitops

package
v0.1.0-rc0 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2021 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Gitops

type Gitops struct {
	// contains filtered or unexported fields
}

func New

func New(flux flux.Flux, kube kube.Kube) *Gitops

func (*Gitops) Install

func (g *Gitops) Install(params InstallParams) ([]byte, error)

func (*Gitops) Uninstall

func (g *Gitops) Uninstall(params UinstallParams) error

type GitopsService

type GitopsService interface {
	Install(params InstallParams) ([]byte, error)
	Uninstall(params UinstallParams) error
}

type InstallParams

type InstallParams struct {
	Namespace string
	DryRun    bool
}

type UinstallParams

type UinstallParams struct {
	Namespace string
	DryRun    bool
}

Jump to

Keyboard shortcuts

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