import "k8s.io/apiextensions-apiserver/pkg/cmd/server"
server.go
func NewServerCommand(out, errOut io.Writer, stopCh <-chan struct{}) *cobra.Command
func Run(o *options.CustomResourceDefinitionsServerOptions, stopCh <-chan struct{}) error