public static class ImageConfiguration.Builder
extends java.lang.Object
ImageConfiguration.| Modifier and Type | Method and Description |
|---|---|
ImageConfiguration |
build()
Builds the
ImageConfiguration. |
ImageConfiguration.Builder |
setCredentialHelper(java.lang.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 java.lang.String credentialHelper)
credentialHelper - the credential helper's suffix.public ImageConfiguration.Builder setKnownRegistryCredentials(@Nullable RegistryCredentials knownRegistryCredentials)
knownRegistryCredentials - the credentials.public ImageConfiguration build()
ImageConfiguration.ImageConfiguration