# Packages
Package agones implements the agones.dev APIs.
Package allocation implements the allocation.agones.dev APIs.
Package autoscaling implements the autoscaling.agones.dev APIs.
Package multicluster implements the multicluster.agones.dev.
# Constants
Distributed scheduling strategy will prioritise allocating GameServers on Nodes with the least Allocated, and then Ready GameServers to distribute Allocated GameServers across many nodes.
Packed scheduling strategy will prioritise allocating GameServers on Nodes with the most Allocated, and then Ready GameServers to bin pack as many Allocated GameServers on a single node.
# Type aliases
SchedulingStrategy is the strategy that a Fleet & GameServers will use when scheduling GameServers' Pods across a cluster.