GitHub / InseeFrLab / onyxia-onboarding-operator
An operator for onyxia's onboarding tasks
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/InseeFrLab%2Fonyxia-onboarding-operator
étoiles: 2
forks: 1
issues ouvertes: 2
licence: mit
langage: Go
taille: 71,3 ko
dépendances analysées:
703
date de création: il y a environ 2 ans
date de mise à jour: il y a environ 2 ans
enregistré: il y a plus d'un an
dernière synchronisation: il y a 6 jours
.github/workflows/ci.yaml
actions
- actions/checkout v3 composite
- crazy-max/ghaction-docker-meta v1.12.0 composite
- docker/build-push-action v2 composite
- docker/login-action v1 composite
- docker/setup-buildx-action v1 composite
- docker/setup-qemu-action v1 composite
Dockerfile
docker
- gcr.io/distroless/static nonroot build
- golang 1.19 build
go.mod
go
- github.com/beorn7/perks v1.0.1
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/davecgh/go-spew v1.1.1
- github.com/dustin/go-humanize v1.0.1
- github.com/emicklei/go-restful/v3 v3.9.0
- github.com/evanphx/json-patch/v5 v5.6.0
- github.com/fsnotify/fsnotify v1.6.0
- github.com/go-logr/logr v1.2.3
- github.com/go-logr/zapr v1.2.3
- github.com/go-ole/go-ole v1.2.6
- github.com/go-openapi/jsonpointer v0.19.5
- github.com/go-openapi/jsonreference v0.20.0
- github.com/go-openapi/swag v0.19.14
- github.com/gogo/protobuf v1.3.2
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
- github.com/golang/protobuf v1.5.2
- github.com/google/gnostic v0.5.7-v3refs
- github.com/google/go-cmp v0.5.9
- github.com/google/gofuzz v1.1.0
- github.com/google/uuid v1.3.0
- github.com/imdario/mergo v0.3.6
- github.com/josharian/intern v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/klauspost/compress v1.16.0
- github.com/klauspost/cpuid/v2 v2.2.4
- github.com/lufia/plan9stats v0.0.0-20230110061619-bbe2e5e100de
- github.com/mailru/easyjson v0.7.6
- github.com/matttproud/golang_protobuf_extensions v1.0.2
- github.com/minio/madmin-go/v2 v2.0.17
- github.com/minio/md5-simd v1.1.2
- github.com/minio/minio-go/v7 v7.0.50
- github.com/minio/sha256-simd v1.0.0
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
- github.com/onsi/ginkgo/v2 v2.6.0
- github.com/onsi/gomega v1.24.1
- github.com/philhofer/fwd v1.1.2
- github.com/pkg/errors v0.9.1
- github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b
- github.com/prometheus/client_golang v1.14.0
- github.com/prometheus/client_model v0.3.0
- github.com/prometheus/common v0.37.0
- github.com/prometheus/procfs v0.9.0
- github.com/rs/xid v1.4.0
- github.com/secure-io/sio-go v0.3.1
- github.com/shirou/gopsutil/v3 v3.23.1
- github.com/sirupsen/logrus v1.9.0
- github.com/spf13/pflag v1.0.5
- github.com/stretchr/testify v1.8.1
- github.com/tinylib/msgp v1.1.8
- github.com/tklauser/go-sysconf v0.3.11
- github.com/tklauser/numcpus v0.6.0
- github.com/yusufpapurcu/wmi v1.2.2
- go.uber.org/atomic v1.9.0
- go.uber.org/multierr v1.8.0
- go.uber.org/zap v1.24.0
- golang.org/x/crypto v0.6.0
- golang.org/x/net v0.7.0
- golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
- golang.org/x/sync v0.1.0
- golang.org/x/sys v0.5.0
- golang.org/x/term v0.5.0
- golang.org/x/text v0.7.0
- golang.org/x/time v0.3.0
- gomodules.xyz/jsonpatch/v2 v2.2.0
- google.golang.org/appengine v1.6.7
- google.golang.org/protobuf v1.28.1
- gopkg.in/inf.v0 v0.9.1
- gopkg.in/ini.v1 v1.67.0
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
- k8s.io/api v0.26.0
- k8s.io/apiextensions-apiserver v0.26.0
- k8s.io/apimachinery v0.26.0
- k8s.io/client-go v0.26.0
- k8s.io/component-base v0.26.0
- k8s.io/klog/v2 v2.80.1
- k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
- k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
- sigs.k8s.io/controller-runtime v0.14.1
- sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3
- sigs.k8s.io/yaml v1.3.0