deploy

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeployTestConfig

type DeployTestConfig struct {
	// Skip defines whether to skip the deploy system testing when run "go test"
	Skip bool `json:"skip,omitempty"`
	// LaunchLocalServer defines whether to launch a local deploy server for deploy system testing
	LaunchLocalServer bool `json:"launchLocalServer,omitempty"`
	// RemoteServerAddress defines an already running deploy server for deploy system testing, it will
	// only take effect if LaunchLocalServer is set to false.
	RemoteServerAddress string `json:"remoteServerAddress,omitempty"`
	// Nodes defines the nodes (machines) information for testing.
	Nodes []*pb.Node `json:"nodes,omitempty"`
}

Jump to

Keyboard shortcuts

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