Names returns associated names with the image which may be a mix of tags and digests.
()
| 89 | // Names returns associated names with the image which may be a mix of tags and |
| 90 | // digests. |
| 91 | func (i *Image) Names() []string { |
| 92 | return i.storageImage.Names |
| 93 | } |
| 94 | |
| 95 | // NamesReferences returns Names() as references. |
| 96 | func (i *Image) NamesReferences() ([]reference.Reference, error) { |
no outgoing calls