public static class ImageConfiguration.Builder extends Object
ImageConfiguration.| Modifier and Type | Method and Description |
|---|---|
ImageConfiguration |
build()
Builds the
ImageConfiguration. |
ImageConfiguration.Builder |
setCredentialHelper(String credentialHelper)
Sets the credential helper name used for authenticating with the image's registry.
|
ImageConfiguration.Builder |
setKnownRegistryCredentials(RegistryCredentials knownRegistryCredentials)
Sets known credentials used for authenticating with the image's registry.
|
public ImageConfiguration.Builder setCredentialHelper(@Nullable String credentialHelper)
credentialHelper - the credential helper's suffix.public ImageConfiguration.Builder setKnownRegistryCredentials(@Nullable RegistryCredentials knownRegistryCredentials)
knownRegistryCredentials - the credentials.public ImageConfiguration build()
ImageConfiguration.ImageConfigurationCopyright © 2018. All rights reserved.