| Package | Description |
|---|---|
| com.google.cloud.tools.jib.builder | |
| com.google.cloud.tools.jib.registry.credentials |
| Modifier and Type | Method and Description |
|---|---|
RegistryCredentials |
BuildConfiguration.getKnownRegistryCredentials() |
| Modifier and Type | Method and Description |
|---|---|
BuildConfiguration.Builder |
BuildConfiguration.Builder.setKnownRegistryCredentials(RegistryCredentials knownRegistryCredentials) |
| Modifier and Type | Method and Description |
|---|---|
static RegistryCredentials |
RegistryCredentials.from(List<String> credentialHelperSuffixes,
List<String> registries)
Retrieves credentials for
registries using the credential helpers referred to by credentialHelperSuffixes. |
static RegistryCredentials |
RegistryCredentials.from(String credentialSource,
Map<String,Authorization> registryCredentialMap)
Instantiates from a credential source and a map of registry credentials.
|
static RegistryCredentials |
RegistryCredentials.none()
Instantiates with no credentials.
|
static RegistryCredentials |
RegistryCredentials.of(String registry,
String credentialSource,
Authorization authorization)
Instantiates with credentials for a single registry.
|
Copyright © 2018. All rights reserved.