@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1NodeStatus extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ADDRESSES |
static String |
SERIALIZED_NAME_ALLOCATABLE |
static String |
SERIALIZED_NAME_CAPACITY |
static String |
SERIALIZED_NAME_CONDITIONS |
static String |
SERIALIZED_NAME_CONFIG |
static String |
SERIALIZED_NAME_DAEMON_ENDPOINTS |
static String |
SERIALIZED_NAME_IMAGES |
static String |
SERIALIZED_NAME_NODE_INFO |
static String |
SERIALIZED_NAME_PHASE |
static String |
SERIALIZED_NAME_VOLUMES_ATTACHED |
static String |
SERIALIZED_NAME_VOLUMES_IN_USE |
Constructor and Description |
---|
V1NodeStatus() |
public static final String SERIALIZED_NAME_ADDRESSES
public static final String SERIALIZED_NAME_ALLOCATABLE
public static final String SERIALIZED_NAME_CAPACITY
public static final String SERIALIZED_NAME_CONDITIONS
public static final String SERIALIZED_NAME_CONFIG
public static final String SERIALIZED_NAME_DAEMON_ENDPOINTS
public static final String SERIALIZED_NAME_IMAGES
public static final String SERIALIZED_NAME_NODE_INFO
public static final String SERIALIZED_NAME_PHASE
public static final String SERIALIZED_NAME_VOLUMES_ATTACHED
public static final String SERIALIZED_NAME_VOLUMES_IN_USE
public V1NodeStatus addresses(List<V1NodeAddress> addresses)
public V1NodeStatus addAddressesItem(V1NodeAddress addressesItem)
@Nullable public List<V1NodeAddress> getAddresses()
public void setAddresses(List<V1NodeAddress> addresses)
public V1NodeStatus allocatable(Map<String,Quantity> allocatable)
public V1NodeStatus putAllocatableItem(String key, Quantity allocatableItem)
@Nullable public Map<String,Quantity> getAllocatable()
public V1NodeStatus capacity(Map<String,Quantity> capacity)
public V1NodeStatus putCapacityItem(String key, Quantity capacityItem)
@Nullable public Map<String,Quantity> getCapacity()
public V1NodeStatus conditions(List<V1NodeCondition> conditions)
public V1NodeStatus addConditionsItem(V1NodeCondition conditionsItem)
@Nullable public List<V1NodeCondition> getConditions()
public void setConditions(List<V1NodeCondition> conditions)
public V1NodeStatus config(V1NodeConfigStatus config)
@Nullable public V1NodeConfigStatus getConfig()
public void setConfig(V1NodeConfigStatus config)
public V1NodeStatus daemonEndpoints(V1NodeDaemonEndpoints daemonEndpoints)
@Nullable public V1NodeDaemonEndpoints getDaemonEndpoints()
public void setDaemonEndpoints(V1NodeDaemonEndpoints daemonEndpoints)
public V1NodeStatus images(List<V1ContainerImage> images)
public V1NodeStatus addImagesItem(V1ContainerImage imagesItem)
@Nullable public List<V1ContainerImage> getImages()
public void setImages(List<V1ContainerImage> images)
public V1NodeStatus nodeInfo(V1NodeSystemInfo nodeInfo)
@Nullable public V1NodeSystemInfo getNodeInfo()
public void setNodeInfo(V1NodeSystemInfo nodeInfo)
public V1NodeStatus phase(String phase)
@Nullable public String getPhase()
public void setPhase(String phase)
public V1NodeStatus volumesAttached(List<V1AttachedVolume> volumesAttached)
public V1NodeStatus addVolumesAttachedItem(V1AttachedVolume volumesAttachedItem)
@Nullable public List<V1AttachedVolume> getVolumesAttached()
public void setVolumesAttached(List<V1AttachedVolume> volumesAttached)
public V1NodeStatus volumesInUse(List<String> volumesInUse)
public V1NodeStatus addVolumesInUseItem(String volumesInUseItem)
@Nullable public List<String> getVolumesInUse()
Copyright © 2020. All rights reserved.