public static class DefaultContainerImageMetadataResolver.RegistryRequest extends Object
Constructor and Description |
---|
RegistryRequest(ContainerImage containerImage,
RegistryConfiguration registryConf,
org.springframework.http.HttpHeaders authHttpHeaders,
org.springframework.web.client.RestTemplate requestRestTemplate) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.HttpHeaders |
getAuthHttpHeaders() |
ContainerImage |
getContainerImage() |
RegistryConfiguration |
getRegistryConf() |
org.springframework.web.client.RestTemplate |
getRestTemplate() |
public RegistryRequest(ContainerImage containerImage, RegistryConfiguration registryConf, org.springframework.http.HttpHeaders authHttpHeaders, org.springframework.web.client.RestTemplate requestRestTemplate)
public ContainerImage getContainerImage()
public RegistryConfiguration getRegistryConf()
public org.springframework.http.HttpHeaders getAuthHttpHeaders()
public org.springframework.web.client.RestTemplate getRestTemplate()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.