bee

package
v0.0.53 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 License: BSD-3-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bees

type Bees interface {
	DeleteWith(name string, options DeleteOptions) (terra.Environment, error)
	CreateWith(name string, options CreateOptions) (terra.Environment, error)
	GetTemplate(templateName string) (terra.Environment, error)
	RefreshBeeGenerator() error
	SyncEnvironmentGenerator(env terra.Environment) error
	SyncArgoAppsIn(env terra.Environment, options ...argocd.SyncOption) error
}

func NewBees

func NewBees(argocd argocd.ArgoCD, stateLoader terra.StateLoader) (Bees, error)

type CreateOptions

type CreateOptions struct {
	Template string
	Hybrid   bool
	Fiab     struct {
		Name string
		IP   string
	}
	SyncGeneratorOnly bool
	WaitHealthy       bool
	TerraHelmfileRef  string
}

type DeleteOptions

type DeleteOptions struct {
	IgnoreMissing bool
}

Jump to

Keyboard shortcuts

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