Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeployForAllEnvironments ¶ added in v2.23.0
func DeployForAllEnvironments(ctx context.Context, projects []project.Project, environmentClients dynatrace.EnvironmentClients, opts DeployConfigsOptions) error
Types ¶
type DeployConfigsOptions ¶
type DeployConfigsOptions struct {
// ContinueOnErr states that the deployment continues even when there happens to be an
// error while deploying a certain configuration
ContinueOnErr bool
// DryRun states that the deployment shall just run in dry-run mode, meaning
// that actual deployment of the configuration to a tenant will be skipped
DryRun bool
}
DeployConfigsOptions defines additional options used by DeployConfigs
type ErrUnknownConfigType ¶ added in v2.23.0
type ErrUnknownConfigType struct {
// contains filtered or unexported fields
}
func (ErrUnknownConfigType) Error ¶ added in v2.23.0
func (e ErrUnknownConfigType) Error() string
Click to show internal directories.
Click to hide internal directories.