MCPcopy Create free account
hub / github.com/containers/image / openshiftReference

Struct openshiftReference

openshift/openshift_transport.go:52–56  ·  view source on GitHub ↗

openshiftReference is an ImageReference for OpenShift images.

Source from the content-addressed store, hash-verified

50
51// openshiftReference is an ImageReference for OpenShift images.
52type openshiftReference struct {
53 dockerReference reference.NamedTagged
54 namespace string // Computed from dockerReference in advance.
55 stream string // Computed from dockerReference in advance.
56}
57
58// ParseReference converts a string, which should not start with the ImageTransport.Name prefix, into an OpenShift ImageReference.
59func ParseReference(ref string) (types.ImageReference, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected