package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev

# Packages

# Functions

AddAllImageStreamImageRefEdges calls AddImageStreamImageRefEdge for every ImageStreamImageNode in the graph.
AddAllImageStreamRefEdges calls AddImageStreamRefEdge for every ImageStreamTagNode in the graph.
AddImageStreamImageRefEdge ensures that a directed edge exists between an ImageStreamImage Node and the IS it references.
AddImageStreamTagRefEdge ensures that a directed edge exists between an IST Node and the IS it references.

# Constants

ReferencedImageStreamGraphEdgeKind is an edge that goes from an ImageStreamTag node back to an ImageStream.
ReferencedImageStreamImageGraphEdgeKind is an edge that goes from an ImageStreamImage node back to an ImageStream.