GitHub / SocialGouv / oblik
An operator designed to watch VPA objects and apply resources recommendations to Deployments and StatefulSets based on configurable annotations
JSON API: https://data.code.gouv.fr/api/v1/hosts/GitHub/repositories/SocialGouv%2Foblik
Stars: 2
Forks: 0
Open issues: 3
License: mit
Language: Go
Size: 9.01 MB
Dependencies parsed at:
253
Created at: about 1 year ago
Updated at: 10 days ago
Pushed at: 10 days ago
Last synced at: 5 days ago
Topics: kubernetes, resources, vpa
- actions/checkout v4 composite
- docker/build-push-action v3 composite
- docker/login-action v2 composite
- docker/metadata-action v4 composite
- actions/checkout v4 composite
- softprops/action-gh-release v1 composite
- actions/checkout v4 composite
- wangyoucao577/go-release-action v1.51 composite
.github/workflows/lint.yaml
actions
- actions/checkout v4 composite
- actions/setup-go v4 composite
.github/workflows/release.yaml
actions
- actions/checkout v4 composite
- actions/setup-go v4 composite
.github/workflows/tests-e2e.yaml
actions
- actions/checkout v4 composite
- actions/setup-go v4 composite
- azure/setup-helm v3 composite
- devthefuture-org/kind-with-registry-action main composite
- docker/setup-buildx-action v2 composite
Dockerfile
docker
go.mod
go
- github.com/beorn7/perks v1.0.1
- github.com/cespare/xxhash/v2 v2.3.0
- github.com/cloudnative-pg/cloudnative-pg v1.23.1
- github.com/cloudnative-pg/cnpg-i v0.0.0-20240410134146-aa2f566849ce
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
- github.com/emicklei/go-restful/v3 v3.12.1
- github.com/evanphx/json-patch/v5 v5.9.0
- github.com/fsnotify/fsnotify v1.7.0
- github.com/go-logr/logr v1.4.2
- github.com/go-logr/zapr v1.3.0
- github.com/go-openapi/jsonpointer v0.21.0
- github.com/go-openapi/jsonreference v0.21.0
- github.com/go-openapi/swag v0.23.0
- github.com/gogo/protobuf v1.3.2
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
- github.com/golang/protobuf v1.5.4
- github.com/google/gnostic-models v0.6.8
- github.com/google/go-cmp v0.6.0
- github.com/google/gofuzz v1.2.0
- github.com/google/uuid v1.6.0
- github.com/gorilla/websocket v1.5.2
- github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0
- github.com/hashicorp/hcl v1.0.0
- github.com/imdario/mergo v0.3.16
- github.com/inconshreveable/mousetrap v1.1.0
- github.com/josharian/intern v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/kubernetes-csi/external-snapshotter/client/v7 v7.0.0
- github.com/lib/pq v1.10.9
- github.com/magiconair/properties v1.8.7
- github.com/mailru/easyjson v0.7.7
- github.com/mitchellh/mapstructure v1.5.0
- github.com/moby/spdystream v0.2.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/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
- github.com/pelletier/go-toml/v2 v2.2.2
- github.com/pkg/errors v0.9.1
- github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0
- github.com/prometheus/client_golang v1.19.1
- github.com/prometheus/client_model v0.6.1
- github.com/prometheus/common v0.54.0
- github.com/prometheus/procfs v0.15.1
- github.com/robfig/cron v1.2.0
- github.com/robfig/cron/v3 v3.0.1
- github.com/sagikazarmark/locafero v0.4.0
- github.com/sagikazarmark/slog-shim v0.1.0
- github.com/sourcegraph/conc v0.3.0
- github.com/spf13/afero v1.11.0
- github.com/spf13/cast v1.6.0
- github.com/spf13/cobra v1.8.0
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.19.0
- github.com/subosito/gotenv v1.6.0
- go.uber.org/multierr v1.11.0
- go.uber.org/zap v1.27.0
- golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8
- golang.org/x/net v0.26.0
- golang.org/x/oauth2 v0.21.0
- golang.org/x/sys v0.21.0
- golang.org/x/term v0.21.0
- golang.org/x/text v0.16.0
- golang.org/x/time v0.5.0
- gomodules.xyz/jsonpatch/v2 v2.4.0
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117
- google.golang.org/grpc v1.64.1
- google.golang.org/protobuf v1.34.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.30.1
- k8s.io/apiextensions-apiserver v0.30.1
- k8s.io/apimachinery v0.30.1
- k8s.io/autoscaler/vertical-pod-autoscaler v1.1.2
- k8s.io/client-go v0.30.1
- k8s.io/klog/v2 v2.120.1
- k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a
- k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
- sigs.k8s.io/controller-runtime v0.18.4
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1
- sigs.k8s.io/yaml v1.4.0