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(name string) (terra.Environment, error) SyncGeneratorForName(name string) error SyncGeneratorFor(env terra.Environment) error SyncArgoAppsFor(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.