Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAccountClients ¶ added in v2.9.3
func CreateAccountClients(ctx context.Context, manifestAccounts map[string]manifest.Account) (map[account.AccountInfo]*accounts.Client, error)
CreateAccountClients gives back clients to use for specific accounts
func VerifyEnvironmentGeneration ¶
func VerifyEnvironmentGeneration(ctx context.Context, envs manifest.Environments) bool
VerifyEnvironmentGeneration takes a manifestEnvironments map and tries to verify that each environment can be reached using the configured credentials
Types ¶
type EnvironmentClients ¶ added in v2.11.0
type EnvironmentClients map[EnvironmentInfo]*client.ClientSet
EnvironmentClients is a collection of clients to use for specific environments
func CreateEnvironmentClients ¶ added in v2.11.0
func CreateEnvironmentClients(ctx context.Context, environments manifest.Environments, dryRun bool) (EnvironmentClients, error)
CreateEnvironmentClients gives back clients to use for specific environments
func (EnvironmentClients) Names ¶ added in v2.11.0
func (e EnvironmentClients) Names() []string
Names gives back all environment Names for which the EnvironmentClients has a client sets
type EnvironmentInfo ¶ added in v2.11.0
EnvironmentInfo environment specific information
Click to show internal directories.
Click to hide internal directories.