rolling

package
v0.6.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const NewFirstContainerReadyInterval = 1 * time.Second

NewFirstContainerReadyInterval is how often to check for container readiness with the FirstContainerReady acceptor.

Variables

This section is empty.

Functions

This section is empty.

Types

type RollingDeploymentStrategy

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

RollingDeploymentStrategy is a Strategy which implements rolling deployments using the upstream Kubernetes RollingUpdater.

Currently, there are some caveats:

1. When there is no existing prior deployment, deployment delegates to another strategy. 2. The interface to the RollingUpdater is not very clean.

These caveats can be resolved with future upstream refactorings to RollingUpdater[1][2].

[1] https://github.com/GoogleCloudPlatform/kubernetes/pull/7183 [2] https://github.com/GoogleCloudPlatform/kubernetes/issues/7851

func NewRollingDeploymentStrategy

func NewRollingDeploymentStrategy(namespace string, client kclient.Interface, codec runtime.Codec, initialStrategy acceptingDeploymentStrategy) *RollingDeploymentStrategy

NewRollingDeploymentStrategy makes a new RollingDeploymentStrategy.

func (*RollingDeploymentStrategy) Deploy

Jump to

Keyboard shortcuts

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