controller

package
v0.5.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImportController

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

func (*ImportController) Next

func (c *ImportController) Next(repo *api.ImageStream) error

Next processes the given image repository, looking for repos that have DockerImageRepository set but have not yet been marked as "ready". If transient errors occur, err is returned but the image repository is not modified (so it will be tried again later). If a permanent failure occurs the image is marked with an annotation. The tags of the original spec image are left as is (those are updated through status).

type ImportControllerFactory

type ImportControllerFactory struct {
	Client client.Interface
}

ImportControllerFactory can create an ImportController.

func (*ImportControllerFactory) Create

Create creates an ImportController.

Jump to

Keyboard shortcuts

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