Class V1NodeStatus
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1NodeStatus
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1NodeStatus
extends Object
NodeStatus is information about the current status of a node.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddaddressesItem
(V1NodeAddress addressesItem) Add an item to the addresses property in a chainable fashion.addconditionsItem
(V1NodeCondition conditionsItem) Add an item to the conditions property in a chainable fashion.addimagesItem
(V1ContainerImage imagesItem) Add an item to the images property in a chainable fashion.addresses
(List<@Valid V1NodeAddress> addresses) Set addresses in a chainable fashion.addvolumesAttachedItem
(V1AttachedVolume volumesAttachedItem) Add an item to the volumesAttached property in a chainable fashion.addvolumesInUseItem
(String volumesInUseItem) Add an item to the volumesInUse property in a chainable fashion.allocatable
(Map<String, String> allocatable) Set allocatable in a chainable fashion.Set capacity in a chainable fashion.conditions
(List<@Valid V1NodeCondition> conditions) Set conditions in a chainable fashion.config
(V1NodeConfigStatus config) Set config in a chainable fashion.daemonEndpoints
(V1NodeDaemonEndpoints daemonEndpoints) Set daemonEndpoints in a chainable fashion.boolean
List<@Valid V1NodeAddress>
List of addresses reachable to the node.Allocatable represents the resources of a node that are available for scheduling.Capacity represents the total resources of a node.List<@Valid V1NodeCondition>
Conditions is an array of current observed node conditions.List<@Valid V1ContainerImage>
List of container images on this nodegetPhase()
NodePhase is the recently observed lifecycle phase of the node.List<@Valid V1AttachedVolume>
List of volumes that are attached to the node.List of attachable volumes in use (mounted) by the node.int
hashCode()
images
(List<@Valid V1ContainerImage> images) Set images in a chainable fashion.nodeInfo
(V1NodeSystemInfo nodeInfo) Set nodeInfo in a chainable fashion.Set phase in a chainable fashion.putallocatableItem
(String key, String allocatableItem) Set the value for the key for the allocatable map property in a chainable fashion.putcapacityItem
(String key, String capacityItem) Set the value for the key for the capacity map property in a chainable fashion.void
setAddresses
(List<@Valid V1NodeAddress> addresses) Set the addresses property valuevoid
setAllocatable
(Map<String, String> allocatable) Set the allocatable property valuevoid
setCapacity
(Map<String, String> capacity) Set the capacity property valuevoid
setConditions
(List<@Valid V1NodeCondition> conditions) Set the conditions property valuevoid
setConfig
(V1NodeConfigStatus config) Set the config property valuevoid
setDaemonEndpoints
(V1NodeDaemonEndpoints daemonEndpoints) Set the daemonEndpoints property valuevoid
setImages
(List<@Valid V1ContainerImage> images) Set the images property valuevoid
setNodeInfo
(V1NodeSystemInfo nodeInfo) Set the nodeInfo property valuevoid
Set the phase property valuevoid
setVolumesAttached
(List<@Valid V1AttachedVolume> volumesAttached) Set the volumesAttached property valuevoid
setVolumesInUse
(List<String> volumesInUse) Set the volumesInUse property valuetoString()
volumesAttached
(List<@Valid V1AttachedVolume> volumesAttached) Set volumesAttached in a chainable fashion.volumesInUse
(List<String> volumesInUse) Set volumesInUse in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_ADDRESSES
- See Also:
-
JSON_PROPERTY_ALLOCATABLE
- See Also:
-
JSON_PROPERTY_CAPACITY
- See Also:
-
JSON_PROPERTY_CONDITIONS
- See Also:
-
JSON_PROPERTY_CONFIG
- See Also:
-
JSON_PROPERTY_DAEMON_ENDPOINTS
- See Also:
-
JSON_PROPERTY_IMAGES
- See Also:
-
JSON_PROPERTY_NODE_INFO
- See Also:
-
JSON_PROPERTY_PHASE
- See Also:
-
JSON_PROPERTY_VOLUMES_ATTACHED
- See Also:
-
JSON_PROPERTY_VOLUMES_IN_USE
- See Also:
-
-
Constructor Details
-
V1NodeStatus
public V1NodeStatus()
-
-
Method Details
-
getAddresses
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example. Consumers should assume that addresses can change during the lifetime of a Node. However, there are some exceptions where this may not be possible, such as Pods that inherit a Node's address in its own status or consumers of the downward API (status.hostIP).- Returns:
- the addresses property value
-
setAddresses
Set the addresses property value -
addresses
Set addresses in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
addaddressesItem
Add an item to the addresses property in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
getAllocatable
Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.- Returns:
- the allocatable property value
-
setAllocatable
Set the allocatable property value -
allocatable
Set allocatable in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
putallocatableItem
Set the value for the key for the allocatable map property in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
getCapacity
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity- Returns:
- the capacity property value
-
setCapacity
Set the capacity property value -
capacity
Set capacity in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
putcapacityItem
Set the value for the key for the capacity map property in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
getConditions
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition- Returns:
- the conditions property value
-
setConditions
Set the conditions property value -
conditions
Set conditions in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
addconditionsItem
Add an item to the conditions property in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
getConfig
- Returns:
- the config property value
-
setConfig
Set the config property value -
config
Set config in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
getDaemonEndpoints
- Returns:
- the daemonEndpoints property value
-
setDaemonEndpoints
Set the daemonEndpoints property value -
daemonEndpoints
Set daemonEndpoints in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
getImages
List of container images on this node- Returns:
- the images property value
-
setImages
Set the images property value -
images
Set images in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
addimagesItem
Add an item to the images property in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
getNodeInfo
- Returns:
- the nodeInfo property value
-
setNodeInfo
Set the nodeInfo property value -
nodeInfo
Set nodeInfo in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
getPhase
NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated.- Returns:
- the phase property value
-
setPhase
Set the phase property value -
phase
Set phase in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
getVolumesAttached
List of volumes that are attached to the node.- Returns:
- the volumesAttached property value
-
setVolumesAttached
Set the volumesAttached property value -
volumesAttached
Set volumesAttached in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
addvolumesAttachedItem
Add an item to the volumesAttached property in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
getVolumesInUse
List of attachable volumes in use (mounted) by the node.- Returns:
- the volumesInUse property value
-
setVolumesInUse
Set the volumesInUse property value -
volumesInUse
Set volumesInUse in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
addvolumesInUseItem
Add an item to the volumesInUse property in a chainable fashion.- Returns:
- The same instance of V1NodeStatus for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-