![Alexander Hughes](/assets/img/avatar_default.png)
This commit adds RBAC and initial BMH creation library code. Integrating this code to create the correct BMH will occur in a future patch. Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me> Change-Id: If865f13e8c458fb54ae3eb4dbc74105fb1de6386
20 lines
495 B
Modula-2
20 lines
495 B
Modula-2
module vino
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/evanphx/json-patch v4.9.0+incompatible
|
|
github.com/go-logr/logr v0.3.0
|
|
github.com/metal3-io/baremetal-operator v0.0.0-20210111093319-93a6fd209b9a
|
|
github.com/onsi/ginkgo v1.14.2
|
|
github.com/onsi/gomega v1.10.2
|
|
github.com/prometheus/common v0.10.0
|
|
github.com/stretchr/testify v1.6.1
|
|
go.uber.org/zap v1.15.0
|
|
k8s.io/api v0.20.2
|
|
k8s.io/apimachinery v0.20.2
|
|
k8s.io/client-go v0.20.2
|
|
sigs.k8s.io/controller-runtime v0.7.0
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|