public class EditableNodeStatus extends NodeStatus implements Editable<NodeStatusBuilder>
Constructor and Description |
---|
EditableNodeStatus() |
EditableNodeStatus(List<NodeAddress> addresses,
Map<String,Quantity> allocatable,
Map<String,Quantity> capacity,
List<NodeCondition> conditions,
NodeDaemonEndpoints daemonEndpoints,
List<ContainerImage> images,
NodeSystemInfo nodeInfo,
String phase) |
Modifier and Type | Method and Description |
---|---|
NodeStatusBuilder |
edit() |
getAdditionalProperties, getAddresses, getAllocatable, getCapacity, getConditions, getDaemonEndpoints, getImages, getNodeInfo, getPhase, setAdditionalProperty, setAddresses, setAllocatable, setCapacity, setConditions, setDaemonEndpoints, setImages, setNodeInfo, setPhase
public EditableNodeStatus()
public EditableNodeStatus(List<NodeAddress> addresses, Map<String,Quantity> allocatable, Map<String,Quantity> capacity, List<NodeCondition> conditions, NodeDaemonEndpoints daemonEndpoints, List<ContainerImage> images, NodeSystemInfo nodeInfo, String phase)
public NodeStatusBuilder edit()
edit
in interface Editable<NodeStatusBuilder>
Copyright © 2011–2016 Red Hat. All rights reserved.