String returns the full string representation of the target, e.g. gcr.io/my-project or just gcr.io.
()
| 32 | // String returns the full string representation of the target, e.g. |
| 33 | // gcr.io/my-project or just gcr.io. |
| 34 | String() string |
| 35 | |
| 36 | // RegistryStr returns just the registry portion of the target, e.g. for |
| 37 | // gcr.io/my-project, this should just return gcr.io. This is needed to |
no outgoing calls