Package | Description |
---|---|
org.springframework.cloud.dataflow.configuration.metadata |
Root package of Spring Cloud Data Flow Configuration Metadata.
|
org.springframework.cloud.dataflow.configuration.metadata.container | |
org.springframework.cloud.dataflow.configuration.metadata.container.authorization |
Modifier and Type | Method and Description |
---|---|
Map<String,RegistryConfiguration> |
ApplicationConfigurationMetadataResolverAutoConfiguration.registryConfigurationMap(ContainerImageMetadataProperties properties,
String dockerConfigJsonSecret,
DockerConfigJsonSecretToRegistryConfigurationConverter secretToRegistryConfigurationConverter) |
Modifier and Type | Method and Description |
---|---|
DefaultContainerImageMetadataResolver |
ApplicationConfigurationMetadataResolverAutoConfiguration.containerImageMetadataResolver(org.springframework.web.client.RestTemplate containerRestTemplate,
org.springframework.web.client.RestTemplate trustAnySslRestTemplate,
ContainerImageParser imageNameParser,
Map<String,RegistryConfiguration> registryConfigurationMap,
List<RegistryAuthorizer> registryAuthorizers) |
Modifier and Type | Method and Description |
---|---|
RegistryConfiguration |
DefaultContainerImageMetadataResolver.RegistryRequest.getRegistryConf() |
Modifier and Type | Method and Description |
---|---|
Map<String,RegistryConfiguration> |
ContainerImageMetadataProperties.getRegistryConfigurations() |
Modifier and Type | Method and Description |
---|---|
void |
ContainerImageMetadataProperties.setRegistryConfigurations(Map<String,RegistryConfiguration> registryConfigurations) |
Constructor and Description |
---|
RegistryRequest(ContainerImage containerImage,
RegistryConfiguration registryConf,
org.springframework.http.HttpHeaders authHttpHeaders,
org.springframework.web.client.RestTemplate requestRestTemplate) |
Constructor and Description |
---|
DefaultContainerImageMetadataResolver(org.springframework.web.client.RestTemplate restTemplate,
org.springframework.web.client.RestTemplate noSslVerificationContainerRestTemplate,
ContainerImageParser containerImageParser,
Map<String,RegistryConfiguration> registryConfigurationMap,
List<RegistryAuthorizer> registryAuthorizes) |
Modifier and Type | Method and Description |
---|---|
Map<String,RegistryConfiguration> |
DockerConfigJsonSecretToRegistryConfigurationConverter.convert(String dockerconfigjson)
The .dockerconfigjson value hast the following format:
{"auths":{"demo.goharbor.io":{"username":"admin","password":"Harbor12345","auth":"YWRtaW46SGFyYm9yMTIzNDU="}}}
The map key is the registry host name and the value contains the username and password to access this registry. |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.HttpHeaders |
RegistryAuthorizer.getAuthorizationHeaders(ContainerImage containerImage,
RegistryConfiguration registryConfiguration) |
org.springframework.http.HttpHeaders |
DockerOAuth2RegistryAuthorizer.getAuthorizationHeaders(ContainerImage containerImage,
RegistryConfiguration registryConfiguration) |
org.springframework.http.HttpHeaders |
BasicAuthRegistryAuthorizer.getAuthorizationHeaders(ContainerImage containerImage,
RegistryConfiguration registryConfiguration) |
org.springframework.http.HttpHeaders |
AwsEcrAuthorizer.getAuthorizationHeaders(ContainerImage containerImage,
RegistryConfiguration registryConfiguration) |
org.springframework.http.HttpHeaders |
AnonymousRegistryAuthorizer.getAuthorizationHeaders(ContainerImage containerImage,
RegistryConfiguration registryConfiguration) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.