rollback

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2015 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package rollback contains the code for generating DeploymentConfigs representing rollbacks as well as REST support for API clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewREST

func NewREST(generator GeneratorClient, codec runtime.Codec) apiserver.RESTStorage

NewREST safely creates a new REST.

Types

type Client

type Client struct {
	GRFn func(from, to *deployapi.DeploymentConfig, spec *deployapi.DeploymentConfigRollbackSpec) (*deployapi.DeploymentConfig, error)
	RCFn func(ctx kapi.Context, name string) (*kapi.ReplicationController, error)
	DCFn func(ctx kapi.Context, name string) (*deployapi.DeploymentConfig, error)
}

Client provides an implementation of Generator client

func (Client) GetDeployment

func (c Client) GetDeployment(ctx kapi.Context, name string) (*kapi.ReplicationController, error)

func (Client) GetDeploymentConfig

func (c Client) GetDeploymentConfig(ctx kapi.Context, name string) (*deployapi.DeploymentConfig, error)

type GeneratorClient

type GeneratorClient interface {
	GenerateRollback(from, to *deployapi.DeploymentConfig, spec *deployapi.DeploymentConfigRollbackSpec) (*deployapi.DeploymentConfig, error)
	GetDeployment(ctx kapi.Context, name string) (*kapi.ReplicationController, error)
	GetDeploymentConfig(ctx kapi.Context, name string) (*deployapi.DeploymentConfig, error)
}

GeneratorClient defines a local interface to a rollback generator for testability.

type REST

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

REST provides a rollback generation endpoint. Only the Create method is implemented.

func (*REST) Create

func (s *REST) Create(ctx kapi.Context, obj runtime.Object) (<-chan apiserver.RESTResult, error)

Create generates a new DeploymentConfig representing a rollback.

func (*REST) New

func (s *REST) New() runtime.Object

type RollbackGenerator

type RollbackGenerator struct{}

RollbackGenerator generates a new DeploymentConfig by merging a pair of DeploymentConfigs in a configurable way.

func (*RollbackGenerator) GenerateRollback

Generate creates a new DeploymentConfig by merging to onto from based on the options provided by spec. The LatestVersion of the result is unconditionally incremented, as rollback candidates are should be possible to be deployed manually regardless of other system behavior such as triggering.

Jump to

Keyboard shortcuts

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