stager

package module
v0.0.0-...-3d889b7 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2018 License: Apache-2.0 Imports: 1 Imported by: 3

README

stager

This repository is now deprecated.

Staging on Diego is now handled in the cloud_controller_ng repository.

Note: This repository should be imported as code.cloudfoundry.org/stager.

Diego Stager

####Learn more about Diego and its components at diego-design-notes

Running Ginkgo Tests

  1. Ensure that you have consul version ~> 0.7.0 installed and available on your path (or whatever version is used in the version of consul-release that is being consumed by cf-release)
  2. Install ginkgo
  3. Run ginkgo -r in the project root

Documentation

Index

Constants

View Source
const (
	StageRoute            = "Stage"
	StopStagingRoute      = "StopStaging"
	StagingCompletedRoute = "StagingCompleted"
)

Variables

View Source
var Routes = rata.Routes{
	{Path: "/v1/staging/:staging_guid", Method: "PUT", Name: StageRoute},
	{Path: "/v1/staging/:staging_guid", Method: "DELETE", Name: StopStagingRoute},
	{Path: "/v1/staging/:staging_guid/completed", Method: "POST", Name: StagingCompletedRoute},
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
fake_backend
This file was generated by counterfeiter
This file was generated by counterfeiter
fakes
This file was generated by counterfeiter
This file was generated by counterfeiter
cmd

Jump to

Keyboard shortcuts

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