mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
36e099d939
This new Go module allows other projects (like Rook) to consume deployment details (the SCC to get started) directly from Ceph-CSI. Based-on: https://github.com/rook/rook/blob/3c93eb3/cluster/examples/kubernetes/ceph/operator-openshift.yaml#L47-L90 Signed-off-by: Niels de Vos <ndevos@redhat.com>
10 lines
186 B
Modula-2
10 lines
186 B
Modula-2
module github.com/ceph/ceph-csi/api
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/openshift/api v0.0.0-20210927171657-636513e97fda
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|