recreate

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: May 13, 2015 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RecreateDeploymentStrategy added in v0.2.2

type RecreateDeploymentStrategy struct {
	// contains filtered or unexported fields
}

RecreateDeploymentStrategy is a simple strategy appropriate as a default. Its behavior is to increase the replica count of the new deployment to 1, and to decrease the replica count of previous deployments to zero.

A failure to disable any existing deployments will be considered a deployment failure.

func NewRecreateDeploymentStrategy added in v0.2.2

func NewRecreateDeploymentStrategy(client kclient.Interface, codec runtime.Codec) *RecreateDeploymentStrategy

NewRecreateDeploymentStrategy makes a RecreateDeploymentStrategy backed by a real HookExecutor and client.

func (*RecreateDeploymentStrategy) Deploy added in v0.2.2

func (s *RecreateDeploymentStrategy) Deploy(deployment *kapi.ReplicationController, oldDeployments []*kapi.ReplicationController) error

Deploy makes deployment active and disables oldDeployments.

Jump to

Keyboard shortcuts

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