NodeData#
- class nublado.controller.models.domain.image.NodeData(name, images, eligible=True, comment=None)#
Bases:
objectCached data about a Kubernetes node.
This data is used to answer prepuller questions and as source data for the prepuller status, but the prepuller status API presents it in a slightly different way and with more primitive data types.
- Parameters:
name (
str)images (
RSPImageCollection)eligible (
bool, default:True)
Attributes Summary
Reason why images aren't prepulled to this node.
Whether this node is eligible for prepulling.
Images of interest present on that node.
Name of the node.
Attributes Documentation
-
images:
RSPImageCollection= <dataclasses._MISSING_TYPE object># Images of interest present on that node.