mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
7 lines
225 B
Go
7 lines
225 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// Package feasible contains the logic of picking the correct node(s) by the
|
|
// scheduler: eligibiligy, feasibility checking and ranking
|
|
package feasible
|