package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev
# Constants
DatabaseService indicates the bootstrap is for database service.
DatabaseServiceByDiscoveryServiceConfig indicates the bootstrap is for database service that is receiving dynamic/discovered resources from the discovery service.
DiscoveryService indicates the bootstrap is for discovery service.
# Structs
BootstrapFlags flags provided by users to configure and define how the configurators will work.
ConfiguratorActionContext context passed across configurator actions.
# Interfaces
Configurator responsible for generating a list of actions that needs to be performed in the database agent bootstrap process.
ConfiguratorAction is single configurator action, its details can be retrieved using `Description` and `Details`, and executed using `Execute` function.
# Type aliases
TargetService is the target service for bootstrapping.