Go to file
salaboy 0f93c3bace
Merge pull request #16 from lburgazzoli/cleanhttp
avoid using http.DefaultClient as it is a shared instance
2023-08-31 18:11:30 -04:00
.github updating makefile to use ghcr 2023-08-23 19:24:19 +01:00
api/operator Merge pull request #15 from lburgazzoli/bundles 2023-08-31 18:10:48 -04:00
cmd feat: restrict the cache's watches with label selector 2023-08-24 09:50:39 +02:00
config Merge pull request #15 from lburgazzoli/bundles 2023-08-31 18:10:48 -04:00
hack fix bundle generation scripts and manifests 2023-08-24 13:09:59 +02:00
helm-charts/dapr feat: refacto to a custom operator leveragin helm directly instead of the operator-sdk's helm-operator 2023-08-21 14:44:14 +02:00
internal/controller/operator feat: add better status reporting by checking deployments 2023-08-25 14:26:28 +02:00
pkg feat: add better status reporting by checking deployments 2023-08-25 14:26:28 +02:00
test Merge pull request #16 from lburgazzoli/cleanhttp 2023-08-31 18:11:30 -04:00
.dockerignore feat: refacto to a custom operator leveragin helm directly instead of the operator-sdk's helm-operator 2023-08-21 14:44:14 +02:00
.gitignore feat: refacto to a custom operator leveragin helm directly instead of the operator-sdk's helm-operator 2023-08-21 14:44:14 +02:00
.golangci.yml feat: refacto to a custom operator leveragin helm directly instead of the operator-sdk's helm-operator 2023-08-21 14:44:14 +02:00
Dockerfile feat: refacto to a custom operator leveragin helm directly instead of the operator-sdk's helm-operator 2023-08-21 14:44:14 +02:00
LICENSE feat: refacto to a custom operator leveragin helm directly instead of the operator-sdk's helm-operator 2023-08-21 14:44:14 +02:00
Makefile updating makefile to use ghcr 2023-08-23 19:24:19 +01:00
PROJECT fix bundle generation scripts and manifests 2023-08-24 13:09:59 +02:00
README.md feat: refacto to a custom operator leveragin helm directly instead of the operator-sdk's helm-operator 2023-08-21 14:44:14 +02:00
go.mod fix: avoid using http.DefaultClient as it is a shared instance 2023-08-24 13:36:44 +02:00
go.sum fix: avoid using http.DefaultClient as it is a shared instance 2023-08-24 13:36:44 +02:00

README.md

Dapr Kubernetes Operator

This project was created by @lburgazzoli in this repository and donated to the Dapr Sandbox organization.

Setup

TBD