@Generated(value="org.jsonschema2pojo") public class PodStatus extends Object
| Constructor and Description |
|---|
PodStatus()
No args constructor for use in serialization
|
PodStatus(List<PodCondition> conditions,
List<ContainerStatus> containerStatuses,
String hostIP,
String message,
String phase,
String podIP,
String startTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<PodCondition> |
getConditions()
current service state of pod
|
List<ContainerStatus> |
getContainerStatuses()
list of container statuses
|
String |
getHostIP()
IP address of the host to which the pod is assigned; empty if not yet scheduled
|
String |
getMessage()
human readable message indicating details about why the pod is in this condition
|
String |
getPhase()
current condition of the pod.
|
String |
getPodIP()
IP address allocated to the pod; routable at least within the cluster; empty if not yet allocated
|
String |
getStartTime()
RFC 3339 date and time at which the object was acknowledged by the Kubelet.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setConditions(List<PodCondition> conditions)
current service state of pod
|
void |
setContainerStatuses(List<ContainerStatus> containerStatuses)
list of container statuses
|
void |
setHostIP(String hostIP)
IP address of the host to which the pod is assigned; empty if not yet scheduled
|
void |
setMessage(String message)
human readable message indicating details about why the pod is in this condition
|
void |
setPhase(String phase)
current condition of the pod.
|
void |
setPodIP(String podIP)
IP address allocated to the pod; routable at least within the cluster; empty if not yet allocated
|
void |
setStartTime(String startTime)
RFC 3339 date and time at which the object was acknowledged by the Kubelet.
|
String |
toString() |
public PodStatus()
public PodStatus(List<PodCondition> conditions, List<ContainerStatus> containerStatuses, String hostIP, String message, String phase, String podIP, String startTime)
startTime - message - conditions - podIP - hostIP - phase - containerStatuses - public List<PodCondition> getConditions()
public void setConditions(List<PodCondition> conditions)
conditions - The conditionspublic List<ContainerStatus> getContainerStatuses()
public void setContainerStatuses(List<ContainerStatus> containerStatuses)
containerStatuses - The containerStatusespublic String getHostIP()
public void setHostIP(String hostIP)
hostIP - The hostIPpublic String getMessage()
public void setMessage(String message)
message - The messagepublic String getPhase()
public void setPhase(String phase)
phase - The phasepublic String getPodIP()
public void setPodIP(String podIP)
podIP - The podIPpublic String getStartTime()
public void setStartTime(String startTime)
startTime - The startTimeCopyright © 2011–2015 Red Hat. All rights reserved.