public interface RegistryService
| Modifier and Type | Method and Description |
|---|---|
void |
pullImage(String image,
ImagePullPolicy policy,
RegistryContext registryContext) |
void |
pushImage(ImageConfiguration imageConfig,
int retries,
boolean skipTag,
RegistryContext registryContext) |
void pushImage(ImageConfiguration imageConfig, int retries, boolean skipTag, RegistryContext registryContext) throws IOException
IOExceptionvoid pullImage(String image, ImagePullPolicy policy, RegistryContext registryContext) throws IOException
IOExceptionCopyright © 2020. All rights reserved.