389212bfda
Implementation of the base work for the new node pools feature. It includes a new `NodePool` struct and its corresponding state store table. Upon start the state store is populated with two built-in node pools that cannot be modified nor deleted: * `all` is a node pool that always includes all nodes in the cluster. * `default` is the node pool where nodes that don't specify a node pool in their configuration are placed. |
||
---|---|---|
.. | ||
acl.go | ||
alloc.go | ||
checks.go | ||
connect.go | ||
csi.go | ||
job.go | ||
lifecycle.go | ||
mock.go | ||
network.go | ||
node.go | ||
variables.go |