# Variables
APIServer builds an apiserver to server Kubernetes resources and sub resources.
# Type aliases
Command is an alias for cobra.Command and is used to start the apiserver.
DefaultStrategy is a default strategy that may be embedded into other strategies.
GenericAPIServer is an alias for pkgserver.GenericAPIServer.
OpenAPIDefinition is an alias for common.OpenAPIDefinition.
ServerOptions is an alias for server.ServerOptions.
Storage is an alias for rest.Storage.