DockerReference returns a Docker reference associated with this reference (fully explicit, i.e. !reference.IsNameOnly, but reflecting user intent, not e.g. after redirect or alias processing), or nil if unknown/not applicable.
()
| 58 | // (fully explicit, i.e. !reference.IsNameOnly, but reflecting user intent, |
| 59 | // not e.g. after redirect or alias processing), or nil if unknown/not applicable. |
| 60 | DockerReference() reference.Named |
| 61 | |
| 62 | // PolicyConfigurationIdentity returns a string representation of the reference, suitable for policy lookup. |
| 63 | // This MUST reflect user intent, not e.g. after processing of third-party redirects or aliases; |
no outgoing calls