Class PodsDto.PodStatus
- java.lang.Object
-
- com.atlassian.bamboo.agent.ephemeral.PodsDto.PodStatus
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable List<PodsDto.PodContainerStatus>
getContainerStatuses()
@Nullable String
getPhase()
@Nullable String
getPodIP()
-
-
-
Method Detail
-
getPodIP
@Nullable public @Nullable String getPodIP()
-
getPhase
@Nullable public @Nullable String getPhase()
-
getContainerStatuses
@Nullable public @Nullable List<PodsDto.PodContainerStatus> getContainerStatuses()
-
-