strategy

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2016 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package strategy contains implementations of core deployment strategies.

The code in this package will be more verbose with logging given the intended application as standalone Docker container CLI support.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeploymentStrategy

type DeploymentStrategy interface {
	// Deploy transitions an old deployment to a new one.
	Deploy(from *kapi.ReplicationController, to *kapi.