func NewServerCommand(ctx context.Context, out, errOut io.Writer) *cobra.Command { … } func Run(ctx context.Context, o *options.CustomResourceDefinitionsServerOptions) error { … }
func NewServerCommand(ctx context.Context, out, errOut io.Writer) *cobra.Command { … } func Run(ctx context.Context, o *options.CustomResourceDefinitionsServerOptions) error { … }