analysis

package
v1.2.1 Latest Latest
Warning

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

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

Documentation

Overview

Package analysis provides functions that analyse deployment configurations and setup markers that will be reported by oc status

Index

Constants

View Source
const (
	MissingImageStreamErr        = "MissingImageStream"
	MissingImageStreamTagWarning = "MissingImageStreamTag"
	MissingReadinessProbeWarning = "MissingReadinessProbe"
)

Variables

This section is empty.

Functions

func FindDeploymentConfigReadinessWarnings added in v1.1.4

func FindDeploymentConfigReadinessWarnings(g osgraph.Graph, f osgraph.Namer, setProbeCommand string) []osgraph.Marker

FindDeploymentConfigReadinessWarnings

func FindDeploymentConfigTriggerErrors added in v1.1.1

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

FindDeploymentConfigTriggerErrors checks for possible failures in deployment config image change triggers.

Precedence of failures: 1. The image stream for the tag of interest does not exist. 2. The image stream tag does not exist.

Types

This section is empty.

Jump to

Keyboard shortcuts

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