Skip to content

Commit 480924d

Browse files
Lyubo Kamenovmaha-mstfa
andauthored
Project gen details (#63)
* Project gen details Add commands used to generate the project via kubebuilder Co-authored-by: Maha M <82542081+maha-hajja@users.noreply.github.com> --------- Co-authored-by: Maha M <82542081+maha-hajja@users.noreply.github.com>
1 parent d7ffb59 commit 480924d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,16 @@ Install the operator in the `conduit-operator` namespace of your cluster:
179179
helm install conduit-operator conduit/conduit-operator --create-namespace -n conduit-operator
180180
```
181181

182-
183-
184182
## Development
185183

186184
Changes to the operator can be deployed to the kind cluster via `make dev`
185+
186+
## Scaffolding
187+
188+
The project scaffolding was generated using [Kubebuilder](https://book.kubebuilder.io), using the following commands:
189+
190+
```
191+
kubebuilder init --domain conduit.io --plugins=go.kubebuilder.io/v4 --project-version 3 --project-name conduit-operator
192+
kubebuilder create api --group operator --version v1alpha --kind Conduit
193+
kubebuilder create webhook --group operator --version v1alpha --kind Conduit --conversion --spoke v1alpha --defaulting --programmatic-validation
194+
```

0 commit comments

Comments
 (0)