Skip to content

Commit 566af77

Browse files
authored
Merge pull request #227 from a-hilaly/docs-crd-rename
docs: rename ResourceGroup to ResourceGraphDefinition
2 parents 9dfc607 + f77554c commit 566af77

20 files changed

+86
-234
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ kro is Kubernetes native and integrates seamlessly with existing tools to preser
2323

2424
[kro-overview]: https://kro.run/docs/overview
2525
[kro-installation]: https://kro.run/docs/getting-started/Installation
26-
[kro-getting-started]: https://kro.run/docs/getting-started/deploy-a-resource-group
27-
[kro-concepts]: https://kro.run/docs/concepts/resource-groups/
26+
[kro-getting-started]: https://kro.run/docs/getting-started/deploy-a-resource-graph-definition
27+
[kro-concepts]: https://kro.run/docs/concepts/resource-graph-definitions/
2828
[kro-examples]: https://kro.run/examples/
2929

3030
## FAQ

examples/aws/ack-controller/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The controllers are using the IAM controller to create the necessary roles for t
5252
- Deploy the controller
5353
- Create an instance of the controller
5454

55-
3. Install all the Resource Group CRDs:
55+
3. Install all the Resource Graph Definition CRDs:
5656
```
5757
kubectl apply -f crds/
5858
```
@@ -62,7 +62,7 @@ The controllers are using the IAM controller to create the necessary roles for t
6262
kubectl apply -f controllers/
6363
```
6464

65-
5. Install the combined Resource Group controllers:
65+
5. Install the combined Resource Graph Definition controllers:
6666
```
6767
kubectl apply -f resourcegraphdefinition.yaml
6868
```

website/docs/api/out.md

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)