Class DockerConfiguration.DockerHostConfiguration
java.lang.Object
org.springframework.boot.buildpack.platform.docker.configuration.DockerConfiguration.DockerHostConfiguration
- Enclosing class:
- DockerConfiguration
@Deprecated(since="3.5.0",
forRemoval=true)
public static class DockerConfiguration.DockerHostConfiguration
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Docker host configuration.
-
Constructor Summary
ConstructorsConstructorDescriptionDockerHostConfiguration
(String address, String context, boolean secure, String certificatePath) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.forAddress
(String address) Deprecated, for removal: This API element is subject to removal in a future version.forAddress
(String address, boolean secure, String certificatePath) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.boolean
isSecure()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
Method Details
-
getAddress
Deprecated, for removal: This API element is subject to removal in a future version. -
getContext
Deprecated, for removal: This API element is subject to removal in a future version. -
isSecure
public boolean isSecure()Deprecated, for removal: This API element is subject to removal in a future version. -
getCertificatePath
Deprecated, for removal: This API element is subject to removal in a future version. -
forAddress
Deprecated, for removal: This API element is subject to removal in a future version. -
forAddress
public static DockerConfiguration.DockerHostConfiguration forAddress(String address, boolean secure, String certificatePath) Deprecated, for removal: This API element is subject to removal in a future version. -
asConnectionConfiguration
public static DockerConnectionConfiguration asConnectionConfiguration(DockerConfiguration.DockerHostConfiguration configuration) Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
configuration
- the configuration to adapt- Returns:
- the adapted configuration
- Since:
- 3.5.0
-
DockerConfiguration.DockerHostConfiguration