nodeSets property

List<SlurmNodeSet>? nodeSets
getter/setter pair

Compute resource configuration for the Slurm nodesets in your cluster.

If not specified, the cluster won't create any nodes.

Optional.

Implementation

core.List<SlurmNodeSet>? nodeSets;