We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1956fc8 commit 13f25f4Copy full SHA for 13f25f4
docs/README.md
@@ -30,7 +30,7 @@ The operator creates and manages all necessary Kubernetes resources for these co
30
### Code
31
32
```
33
-ROOT/src/multigres-operator/
+multigres-operator/
34
├── api/v1alpha1/ # CRD definitions
35
├── cmd/multigres-operator/ # Main entry point
36
└── internal/ # Controller and resource builders
@@ -39,7 +39,7 @@ ROOT/src/multigres-operator/
39
### Documentation and Configuration
40
41
42
-ROOT
43
├── config/ # Kubernetes manifests
44
├── docs/ # Architecture and guides
45
└── plans/ # Planning documents
0 commit comments