@Generated(value="org.jsonschema2pojo") public class NodeStatus extends Object implements KubernetesResource
| Constructor and Description |
|---|
NodeStatus()
No args constructor for use in serialization
|
NodeStatus(List<NodeAddress> addresses,
Map<String,Quantity> allocatable,
Map<String,Quantity> capacity,
List<NodeCondition> conditions,
NodeDaemonEndpoints daemonEndpoints,
List<ContainerImage> images,
NodeSystemInfo nodeInfo,
String phase,
List<AttachedVolume> volumesAttached,
List<String> volumesInUse) |
public NodeStatus()
public NodeStatus(List<NodeAddress> addresses, Map<String,Quantity> allocatable, Map<String,Quantity> capacity, List<NodeCondition> conditions, NodeDaemonEndpoints daemonEndpoints, List<ContainerImage> images, NodeSystemInfo nodeInfo, String phase, List<AttachedVolume> volumesAttached, List<String> volumesInUse)
daemonEndpoints - phase - allocatable - volumesInUse - addresses - images - nodeInfo - conditions - volumesAttached - capacity - public List<NodeAddress> getAddresses()
public void setAddresses(List<NodeAddress> addresses)
addresses - The addressespublic void setAllocatable(Map<String,Quantity> allocatable)
allocatable - The allocatablepublic void setCapacity(Map<String,Quantity> capacity)
capacity - The capacitypublic List<NodeCondition> getConditions()
public void setConditions(List<NodeCondition> conditions)
conditions - The conditionspublic NodeDaemonEndpoints getDaemonEndpoints()
public void setDaemonEndpoints(NodeDaemonEndpoints daemonEndpoints)
daemonEndpoints - The daemonEndpointspublic List<ContainerImage> getImages()
public void setImages(List<ContainerImage> images)
images - The imagespublic NodeSystemInfo getNodeInfo()
public void setNodeInfo(NodeSystemInfo nodeInfo)
nodeInfo - The nodeInfopublic String getPhase()
public void setPhase(String phase)
phase - The phasepublic List<AttachedVolume> getVolumesAttached()
public void setVolumesAttached(List<AttachedVolume> volumesAttached)
volumesAttached - The volumesAttachedpublic void setVolumesInUse(List<String> volumesInUse)
volumesInUse - The volumesInUseCopyright © 2011–2018 Red Hat. All rights reserved.