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