Modifier and Type | Class and Description |
---|---|
class |
DefaultContainerFactory
Create a Kubernetes
Container that will be started as part of a
Kubernetes Pod by launching the specified Docker image. |
Modifier and Type | Method and Description |
---|---|
ContainerFactory |
KubernetesAutoConfiguration.containerFactory() |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.deployer.spi.app.AppDeployer |
KubernetesAutoConfiguration.appDeployer(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient,
ContainerFactory containerFactory) |
org.springframework.cloud.deployer.spi.task.TaskLauncher |
KubernetesAutoConfiguration.taskDeployer(io.fabric8.kubernetes.client.KubernetesClient kubernetesClient,
ContainerFactory containerFactory) |
Constructor and Description |
---|
KubernetesAppDeployer(KubernetesDeployerProperties properties,
io.fabric8.kubernetes.client.KubernetesClient client,
ContainerFactory containerFactory) |
KubernetesTaskLauncher(KubernetesDeployerProperties properties,
io.fabric8.kubernetes.client.KubernetesClient client,
ContainerFactory containerFactory) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.