analysis

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2016 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TagNotAvailableWarning     = "ImageStreamTagNotAvailable"
	LatestBuildFailedErr       = "LatestBuildFailed"
	MissingRequiredRegistryErr = "MissingRequiredRegistry"
	MissingImageStreamErr      = "MissingImageStream"
	CyclicBuildConfigWarning   = "CyclicBuildConfig"
)

Variables

This section is empty.

Functions

func FindCircularBuilds

func FindCircularBuilds(g osgraph.Graph, f osgraph.Namer) []osgraph.Marker

FindCircularBuilds checks all build configs for cycles

func FindPendingTags added in v1.1.1

func FindPendingTags(g osgraph.Graph, f osgraph.Namer) []osgraph.Marker

FindPendingTags inspects all imageStreamTags that serve as outputs to builds.

Precedence of failures: 1. A build config points to the non existent tag but no current build exists. 2. A build config points to the non existent tag but the latest build has failed.

func FindUnpushableBuildConfigs

func FindUnpushableBuildConfigs(g osgraph.Graph, f osgraph.Namer) []osgraph.Marker

FindUnpushableBuildConfigs checks all build configs that will output to an IST backed by an ImageStream and checks to make sure their builds can push.

Types

This section is empty.

Jump to

Keyboard shortcuts

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