Package io.fabric8.kubernetes.api.model
Class NodeStatus
java.lang.Object
io.fabric8.kubernetes.api.model.NodeStatus
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class NodeStatus extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NodeStatus()No args constructor for use in serializationNodeStatus(List<NodeAddress> addresses, Map<String,Quantity> allocatable, Map<String,Quantity> capacity, List<NodeCondition> conditions, NodeConfigStatus config, NodeDaemonEndpoints daemonEndpoints, List<ContainerImage> images, NodeSystemInfo nodeInfo, String phase, List<AttachedVolume> volumesAttached, List<String> volumesInUse) -
Method Summary
-
Constructor Details
-
NodeStatus
public NodeStatus()No args constructor for use in serialization -
NodeStatus
public NodeStatus(List<NodeAddress> addresses, Map<String,Quantity> allocatable, Map<String,Quantity> capacity, List<NodeCondition> conditions, NodeConfigStatus config, NodeDaemonEndpoints daemonEndpoints, List<ContainerImage> images, NodeSystemInfo nodeInfo, String phase, List<AttachedVolume> volumesAttached, List<String> volumesInUse)- Parameters:
daemonEndpoints-phase-allocatable-volumesInUse-addresses-images-nodeInfo-conditions-config-volumesAttached-capacity-
-
-
Method Details
-
getAddresses
- Returns:
- The addresses
-
setAddresses
- Parameters:
addresses- The addresses
-
getAllocatable
- Returns:
- The allocatable
-
setAllocatable
- Parameters:
allocatable- The allocatable
-
getCapacity
- Returns:
- The capacity
-
setCapacity
- Parameters:
capacity- The capacity
-
getConditions
- Returns:
- The conditions
-
setConditions
- Parameters:
conditions- The conditions
-
getConfig
- Returns:
- The config
-
setConfig
- Parameters:
config- The config
-
getDaemonEndpoints
- Returns:
- The daemonEndpoints
-
setDaemonEndpoints
- Parameters:
daemonEndpoints- The daemonEndpoints
-
getImages
- Returns:
- The images
-
setImages
- Parameters:
images- The images
-
getNodeInfo
- Returns:
- The nodeInfo
-
setNodeInfo
- Parameters:
nodeInfo- The nodeInfo
-
getPhase
- Returns:
- The phase
-
setPhase
- Parameters:
phase- The phase
-
getVolumesAttached
- Returns:
- The volumesAttached
-
setVolumesAttached
- Parameters:
volumesAttached- The volumesAttached
-
getVolumesInUse
- Returns:
- The volumesInUse
-
setVolumesInUse
- Parameters:
volumesInUse- The volumesInUse
-
getAdditionalProperties
-
setAdditionalProperty
-