mirror of
https://github.com/openshift/installer.git
synced 2026-02-06 00:48:45 +01:00
This is split out from CAPO starting with CAPO v0.12.0. Start deploying it manually in preparation for a CAPO bump. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
6 lines
92 B
Go
6 lines
92 B
Go
package main
|
|
|
|
import (
|
|
_ "github.com/k-orc/openstack-resource-controller/v2/cmd/manager"
|
|
)
|