public class DefaultContainerFactory extends Object implements ContainerFactory
Container that will be started as part of a
Kubernetes Pod by launching the specified Docker image.| Constructor and Description |
|---|
DefaultContainerFactory(KubernetesDeployerProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.kubernetes.api.model.Container |
create(ContainerConfiguration containerConfiguration)
Creates a
Container using configuration from the provided ContainerConfiguration. |
public DefaultContainerFactory(KubernetesDeployerProperties properties)
public io.fabric8.kubernetes.api.model.Container create(ContainerConfiguration containerConfiguration)
ContainerFactoryContainer using configuration from the provided ContainerConfiguration.create in interface ContainerFactorycontainerConfiguration - the ContainerConfigurationContainerCopyright © 2023 Pivotal Software, Inc.. All rights reserved.