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 }
type CreateOptions ¶
type DeleteOptions ¶
type DeleteOptions struct {
IgnoreMissing bool
}
Click to show internal directories.
Click to hide internal directories.