recreate

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2016 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const AcceptorInterval = 1 * time.Second

AcceptorInterval is how often the UpdateAcceptor should check for readiness.

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 scale down the last deployment to 0, and to scale up the new deployment to 1.

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, tagClient client.ImageStreamTagsNamespacer, events record.EventSink, decoder runtime.Decoder, out, errOut io.Writer, until string) *RecreateDeploymentStrategy

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

func (*RecreateDeploymentStrategy) Deploy added in v0.2.2

Deploy makes deployment active and disables oldDeployments.

func (*RecreateDeploymentStrategy) DeployWithAcceptor added in v0.6.1

func (s *RecreateDeploymentStrategy) DeployWithAcceptor(from *kapi.ReplicationController, to *kapi.ReplicationController, desiredReplicas int, updateAcceptor strat.UpdateAcceptor) error

DeployWithAcceptor scales down from and then scales up to. If updateAcceptor is provided and the desired replica count is >1, the first replica of to is rolled out and validated before performing the full scale up.

This is currently only used in conjunction with the rolling update strategy for initial deployments.

Jump to

Keyboard shortcuts

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