You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/src/quick-start.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ and the `controllers/guestbook_controller.go` where the reconciliation business
93
93
logic. For more info see [Designing an API](/cronjob-tutorial/api-design.md) and [What's in
94
94
a Controller](cronjob-tutorial/controller-overview.md).
95
95
96
-
If you are editing the API definitions, generate the manifests such as CRs or CRDs using
96
+
If you are editing the API definitions, generate the manifests such as Custom Resources (CRs) or Custom Resource Defintions (CRDs) using
97
97
```bash
98
98
make manifests
99
99
```
@@ -178,7 +178,7 @@ make run
178
178
179
179
## Install Instances of Custom Resources
180
180
181
-
If you pressed `y` for Create Resource [y/n] then you created an (CR)Custom Resource for your (CRD)Custom Resource Definition in your samples (make sure to edit them first if you've changed the
181
+
If you pressed `y` for Create Resource [y/n] then you created a CR for your CRD in your samples (make sure to edit them first if you've changed the
0 commit comments