deploy

package
v2.15.3-dev-ko-test4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2024 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DummyClientSet = ClientSet{
	Classic:      &dtclient.DummyClient{},
	Settings:     &dtclient.DummyClient{},
	Automation:   &automation.DummyClient{},
	Bucket:       &bucket.DummyClient{},
	Document:     &document.DummyClient{},
	OpenPipeline: &openpipeline.DummyClient{},
}

Functions

func Deploy added in v2.10.0

func Deploy(projects []project.Project, environmentClients dynatrace.EnvironmentClients, opts DeployConfigsOptions) error

Types

type ClientSet

type ClientSet struct {
	Classic      client.ConfigClient
	Settings     client.SettingsClient
	Automation   automation.Client
	Bucket       bucket.Client
	Document     document.Client
	OpenPipeline openpipeline.Client
}

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

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL