generictrigger

package
v1.3.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// We must avoid creating processing deployment configs until the deployment config and image
	// stream stores have synced. If it hasn't synced, to avoid a hot loop, we'll wait this long
	// between checks.
	StoreSyncedPollPeriod = 100 * time.Millisecond
	// MaxRetries is the number of times a deployment config will be retried before it is dropped
	// out of the queue.
	MaxRetries = 5
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DeploymentTriggerController

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

DeploymentTriggerController processes all triggers for a deployment config and kicks new deployments whenever possible.

func NewDeploymentTriggerController

func NewDeploymentTriggerController(dcInformer, streamInformer framework.SharedIndexInformer, oc osclient.Interface, kc kclient.Interface, codec runtime.Codec) *DeploymentTriggerController

NewDeploymentTriggerController returns a new DeploymentTriggerController.

func (*DeploymentTriggerController) Handle

Handle processes deployment triggers for a deployment config.

func (*DeploymentTriggerController) Run

func (c *DeploymentTriggerController) Run(workers int, stopCh <-chan struct{})

Run begins watching and syncing.

Jump to

Keyboard shortcuts

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