package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev
# Functions
EnsureAllImageStreamTagNodes creates all the ImageStreamTagNodes that are guaranteed to be present based on the ImageStream.
EnsureDockerRepositoryNode adds the named Docker repository tag reference to the graph if it does not already exist.
EnsureImageComponentConfigNode adds a graph node for the image config if it does not already exist.
EnsureImageComponentLayerNode adds a graph node for the image layer if it does not already exist.
EnsureImageComponentLayerNode adds a graph node for the image layer if it does not already exist.
EnsureImageStreamImageNode adds a graph node for the specific ImageStreamImage if it does not already exist.
EnsureImageStreamNode adds a graph node for the Image Stream if it does not already exist.
EnsureImageStreamTagNode adds a graph node for the specific tag in an Image Stream if it does not already exist.
FindOrCreateSyntheticImageStreamImageNode returns the existing ISINode or creates a synthetic node in its place.
FindOrCreateSyntheticImageStreamNode returns the existing ISNode or creates a synthetic node in its place.
FindOrCreateSyntheticImageStreamTagNode returns the existing ISTNode or creates a synthetic node in its place.
MakeImageStreamImageObjectMeta returns an ImageStreamImage that has enough information to join the graph, but it is not based on a full ISI object.
MakeImageStreamTagObjectMeta returns an ImageStreamTag that has enough information to join the graph, but it is not based on a full IST object.
MakeImageStreamTagObjectMeta2 returns an ImageStreamTag that has enough information to join the graph, but it is not based on a full IST object.
# Structs
ImageComponentNode represents either an image layer or image config.