Only having a getter descriptor in the SlurmConfig data model class for nodes, frontend_nodes, down_nodes, node_sets and partitions is not sufficient. It makes it too difficult to bulk update node/frontend node inventory, refresh the partition list, clear node sets, etc as it requires "clever-coding."
Setter and deleter descriptors should be added so that it is easier to work with the data pockets.
Only having a getter descriptor in the
SlurmConfig
data model class fornodes
,frontend_nodes
,down_nodes
,node_sets
andpartitions
is not sufficient. It makes it too difficult to bulk update node/frontend node inventory, refresh the partition list, clear node sets, etc as it requires "clever-coding."Setter and deleter descriptors should be added so that it is easier to work with the data pockets.