-
Notifications
You must be signed in to change notification settings - Fork 787
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a types.ImageReference instead of (transport, name) strings in pu…
…llImage etc. Use a typed value, to hopefully decrease further temptation to process strings manually, and to avoid the unnecessary alltransports.ParseImageName which resolveImage has already called. This may change the strings used in some error/debug messages, which now use transports.ImageName instead of the original input; the strings should by definition have the same semantics. Signed-off-by: Miloslav Trmač <[email protected]> Closes: #1361 Approved by: rhatdan
- Loading branch information
1 parent
f5f2cb1
commit 5946d06
Showing
2 changed files
with
14 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters