Uses of Class
io.kubernetes.client.openapi.models.V1NodeStatus
Packages that use V1NodeStatus
-
Uses of V1NodeStatus in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NodeStatusModifier and TypeMethodDescriptionV1NodeStatus.addAddressesItem
(V1NodeAddress addressesItem) V1NodeStatus.addConditionsItem
(V1NodeCondition conditionsItem) V1NodeStatus.addImagesItem
(V1ContainerImage imagesItem) V1NodeStatus.addresses
(List<V1NodeAddress> addresses) V1NodeStatus.addVolumesAttachedItem
(V1AttachedVolume volumesAttachedItem) V1NodeStatus.addVolumesInUseItem
(String volumesInUseItem) V1NodeStatus.allocatable
(Map<String, Quantity> allocatable) V1NodeStatus.conditions
(List<V1NodeCondition> conditions) V1NodeStatus.config
(V1NodeConfigStatus config) V1NodeStatus.daemonEndpoints
(V1NodeDaemonEndpoints daemonEndpoints) static V1NodeStatus
Create an instance of V1NodeStatus given an JSON stringV1Node.getStatus()
Get statusV1NodeStatus.images
(List<V1ContainerImage> images) V1NodeStatus.nodeInfo
(V1NodeSystemInfo nodeInfo) V1NodeStatus.putAllocatableItem
(String key, Quantity allocatableItem) V1NodeStatus.putCapacityItem
(String key, Quantity capacityItem) V1NodeStatus.volumesAttached
(List<V1AttachedVolume> volumesAttached) V1NodeStatus.volumesInUse
(List<String> volumesInUse) Methods in io.kubernetes.client.openapi.models with parameters of type V1NodeStatusModifier and TypeMethodDescriptionvoid
V1Node.setStatus
(V1NodeStatus status) V1Node.status
(V1NodeStatus status)