
This builder pattern refactors things so that we can use the same code to generate manifests/etc. This means that if we make sure that we exclusively use those, we can do testing there and keep something common. Change-Id: Ibc39f9b9e3e21b18fb255ba2a67d2d8ba3b5c585
17 lines
424 B
Modula-2
Executable File
17 lines
424 B
Modula-2
Executable File
module opendev.org/vexxhost/openstack-operator
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
|
|
github.com/go-logr/logr v0.1.0
|
|
github.com/google/go-cmp v0.3.0
|
|
github.com/onsi/ginkgo v1.11.0
|
|
github.com/onsi/gomega v1.8.1
|
|
k8s.io/api v0.17.2
|
|
k8s.io/apimachinery v0.17.2
|
|
k8s.io/client-go v0.17.2
|
|
k8s.io/utils v0.0.0-20191114184206-e782cd3c129f
|
|
sigs.k8s.io/controller-runtime v0.5.0
|
|
)
|