Documentation ¶
Overview ¶
Package analysis provides functions that analyse deployment configurations and setup markers that will be reported by oc status
Index ¶
- Constants
- func FindDeploymentConfigReadinessWarnings(g osgraph.Graph, f osgraph.Namer, setProbeCommand string) []osgraph.Marker
- func FindDeploymentConfigTriggerErrors(g osgraph.Graph, f osgraph.Namer) []osgraph.Marker
- func FindPersistentVolumeClaimWarnings(g osgraph.Graph, f osgraph.Namer) []osgraph.Marker
Constants ¶
View Source
const ( MissingImageStreamErr = "MissingImageStream" MissingImageStreamTagWarning = "MissingImageStreamTag" MissingReadinessProbeWarning = "MissingReadinessProbe" SingleHostVolumeWarning = "SingleHostVolume" MissingPVCWarning = "MissingPersistentVolumeClaim" )
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 inspects deploymentconfigs and reports those that don't have readiness probes set up.
func FindDeploymentConfigTriggerErrors ¶ added in v1.1.1
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.
Click to show internal directories.
Click to hide internal directories.