1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00
Files
Maysa Macedo e08e6d4f56 cluster-api: initialize OpenStack package
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2024-02-27 08:21:15 -03:00

6 lines
73 B
Go

package main
import (
_ "sigs.k8s.io/cluster-api-provider-openstack"
)