StringWithinTransport returns a string representation of the reference, which MUST be such that reference.Transport().ParseReference(reference.StringWithinTransport()) returns an equivalent reference. NOTE: The returned string is not promised to be equal to the original input to ParseReference; e.g.
()
| 53 | // WARNING: Do not use the return value in the UI to describe an image, it does not contain the Transport().Name() prefix; |
| 54 | // instead, see transports.ImageName(). |
| 55 | StringWithinTransport() string |
| 56 | |
| 57 | // DockerReference returns a Docker reference associated with this reference |
| 58 | // (fully explicit, i.e. !reference.IsNameOnly, but reflecting user intent, |
no outgoing calls