# Functions
NewAPIServer initializes a new API server that runs the Machine Config Server as a handler.
NewBootstrapServer initializes a new Bootstrap server that implements the Server interface.
NewClusterServer is used to initialize the machine config server that will be used to fetch the requested machine pool objects from within the cluster.
NewServerAPIHandler initializes a new API handler for the Machine Config Server.
# Structs
APIHandler is the HTTP Handler for the Machine Config Server.
APIServer provides the HTTP(s) endpoint for providing the machine configs.
# Interfaces
Server defines the interface that is implemented by different machine config server implementations.