# Functions
AcceptedSerializer takes the request, and returns a serialiser (if it exists) for the given codec factory and for the Accepted media types.
NewAPIServer returns a new API Server from the given Mux.
# Constants
AcceptHeader = "Accept".
ContentTypeHeader = "Content-Type".
ListMaxCapacity is the maximum capacity for List in the gamerserver spec and status CRDs.
# Structs
APIServer is a lightweight library for registering, and providing handlers for Kubernetes APIServer extensions.
# Type aliases
CRDHandler is a http handler, that gets passed the Namespace it's working on, and returns an error if a server error occurs.