Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ReferencedImageStreamGraphEdgeKind is an edge that goes from an ImageStreamTag node back to an ImageStream
ReferencedImageStreamGraphEdgeKind = "ReferencedImageStreamGraphEdge"
)
Variables ¶
This section is empty.
Functions ¶
func AddAllImageStreamRefEdges ¶
func AddAllImageStreamRefEdges(g osgraph.MutableUniqueGraph)
AddAllImageStreamRefEdges calls AddImageStreamRefEdge for every ImageStreamTagNode in the graph
func AddImageStreamRefEdge ¶
func AddImageStreamRefEdge(g osgraph.MutableUniqueGraph, node *imagegraph.ImageStreamTagNode)
AddImageStreamRefEdge ensures that a directed edge exists between an IST Node and the IS it references
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.