GitHub / SocialGouv / k8s-csi-s3
GeeseFS-based CSI for mounting S3 buckets as PersistentVolumes
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/SocialGouv%2Fk8s-csi-s3
Fork of yandex-cloud/k8s-csi-s3
Stars: 0
Forks: 0
Open issues: 0
License: other
Language: Go
Size: 231 KB
Dependencies parsed at:
98
Created at: over 1 year ago
Updated at: over 1 year ago
Pushed at: 11 months ago
Last synced at: 6 days ago
.github/workflows/pages.yml
actions
- actions/checkout v3 composite
- actions/configure-pages v3 composite
- stefanprodan/helm-gh-pages 0ad2bb377311d61ac04ad9eb6f252fb68e207260 composite
.github/workflows/release.yml
actions
- actions/checkout v2 composite
- marvinpinto/action-automatic-releases latest composite
Dockerfile
docker
test/Dockerfile
docker
- golang 1.16-buster build
go.mod
go
- github.com/container-storage-interface/spec v1.1.0
- github.com/coreos/go-systemd/v22 v22.5.0
- github.com/godbus/dbus/v5 v5.0.4
- github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
- github.com/golang/protobuf v1.1.0
- github.com/kubernetes-csi/csi-lib-utils v0.6.1
- github.com/kubernetes-csi/csi-test v2.0.0+incompatible
- github.com/kubernetes-csi/drivers v1.0.2
- github.com/minio/minio-go/v7 v7.0.5
- github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
- github.com/onsi/ginkgo v1.5.0
- github.com/onsi/gomega v1.4.0
- github.com/spf13/afero v1.2.1
- golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
- golang.org/x/net v0.0.0-20200707034311-ab3426394381
- golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
- golang.org/x/sys v0.0.0-20200922070232-aee5d888a860
- google.golang.org/genproto v0.0.0-20180716172848-2731d4fa720b
- google.golang.org/grpc v1.13.0
- k8s.io/apimachinery v0.0.0-20180714051327-705cfa51a97f
- k8s.io/klog v0.2.0
- k8s.io/kubernetes v1.13.4
- k8s.io/utils v0.0.0-20180703210027-ab9069044f32
go.sum
go
- github.com/container-storage-interface/spec v1.1.0
- github.com/coreos/go-systemd/v22 v22.5.0
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/godbus/dbus/v5 v5.0.4
- github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
- github.com/golang/protobuf v1.1.0
- github.com/google/gofuzz v1.0.0
- github.com/google/uuid v1.1.1
- github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1
- github.com/json-iterator/go v1.1.10
- github.com/jtolds/gls v4.20.0+incompatible
- github.com/klauspost/cpuid v1.2.3
- github.com/klauspost/cpuid v1.3.1
- github.com/kr/pretty v0.1.0
- github.com/kr/pty v1.1.1
- github.com/kr/text v0.1.0
- github.com/kubernetes-csi/csi-lib-utils v0.6.1
- github.com/kubernetes-csi/csi-test v2.0.0+incompatible
- github.com/kubernetes-csi/drivers v1.0.2
- github.com/minio/md5-simd v1.1.0
- github.com/minio/minio-go/v7 v7.0.5
- github.com/minio/sha256-simd v0.1.1
- github.com/mitchellh/go-homedir v1.1.0
- github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
- github.com/modern-go/reflect2 v1.0.1
- github.com/onsi/ginkgo v1.5.0
- github.com/onsi/gomega v1.4.0
- github.com/pmezard/go-difflib v1.0.0
- github.com/rs/xid v1.2.1
- github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d
- github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a
- github.com/spf13/afero v1.2.1
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.3.0
- github.com/stretchr/testify v1.4.0
- golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
- golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
- golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
- golang.org/x/net v0.0.0-20190311183353-d8887717615a
- golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
- golang.org/x/net v0.0.0-20200707034311-ab3426394381
- golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6
- golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
- golang.org/x/sys v0.0.0-20190412213103-97732733099d
- golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
- golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
- golang.org/x/sys v0.0.0-20200922070232-aee5d888a860
- golang.org/x/text v0.3.0
- golang.org/x/text v0.3.3
- golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
- golang.org/x/tools v0.0.0-20190328211700-ab21143f2384
- google.golang.org/genproto v0.0.0-20180716172848-2731d4fa720b
- google.golang.org/grpc v1.13.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
- gopkg.in/ini.v1 v1.57.0
- gopkg.in/yaml.v2 v2.2.2
- gopkg.in/yaml.v2 v2.2.8
- k8s.io/apimachinery v0.0.0-20180714051327-705cfa51a97f
- k8s.io/klog v0.2.0
- k8s.io/kubernetes v1.13.4
- k8s.io/utils v0.0.0-20180703210027-ab9069044f32