public class KubernetesAppInstanceStatus extends Object implements org.springframework.cloud.deployer.spi.app.AppInstanceStatus
Constructor and Description |
---|
KubernetesAppInstanceStatus(String moduleId,
io.fabric8.kubernetes.api.model.Pod pod,
KubernetesDeployerProperties properties) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes() |
String |
getId() |
org.springframework.cloud.deployer.spi.app.DeploymentState |
getState() |
public KubernetesAppInstanceStatus(String moduleId, io.fabric8.kubernetes.api.model.Pod pod, KubernetesDeployerProperties properties)
public String getId()
getId
in interface org.springframework.cloud.deployer.spi.app.AppInstanceStatus
public org.springframework.cloud.deployer.spi.app.DeploymentState getState()
getState
in interface org.springframework.cloud.deployer.spi.app.AppInstanceStatus
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.