Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.0.0
type Config struct { // Config is the underlying libnuke configuration. config.Config `yaml:",inline"` // These are tenants that are configured. There is a more generic Accounts in the config that is available that // should be used instead of this. // Deprecated: Use Accounts instead. Will be removed in 2.x Tenants map[string]*config.Account `yaml:"tenants"` // TenantBlocklist is a list of tenant IDs that should be blocklisted. This is used to prevent you from accidentally // nuking your production account. // Deprecated: Use Blocklist instead. Will be removed in 2.x TenantBlocklist []string `yaml:"tenant-blocklist"` }
Config is an extended configuration implementation that adds some additional features on top of the libnuke config.
Click to show internal directories.
Click to hide internal directories.