Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: rename ResourceGroup to ResourceGraphDefinition #227

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ kro is Kubernetes native and integrates seamlessly with existing tools to preser

[kro-overview]: https://kro.run/docs/overview
[kro-installation]: https://kro.run/docs/getting-started/Installation
[kro-getting-started]: https://kro.run/docs/getting-started/deploy-a-resource-group
[kro-concepts]: https://kro.run/docs/concepts/resource-groups/
[kro-getting-started]: https://kro.run/docs/getting-started/deploy-a-resource-graph-definition
[kro-concepts]: https://kro.run/docs/concepts/resource-graph-definitions/
[kro-examples]: https://kro.run/examples/

## FAQ
Expand Down
4 changes: 2 additions & 2 deletions examples/aws/ack-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The controllers are using the IAM controller to create the necessary roles for t
- Deploy the controller
- Create an instance of the controller

3. Install all the Resource Group CRDs:
3. Install all the Resource Graph Definition CRDs:
```
kubectl apply -f crds/
```
Expand All @@ -62,7 +62,7 @@ The controllers are using the IAM controller to create the necessary roles for t
kubectl apply -f controllers/
```

5. Install the combined Resource Group controllers:
5. Install the combined Resource Graph Definition controllers:
```
kubectl apply -f resourcegraphdefinition.yaml
```
Expand Down
138 changes: 0 additions & 138 deletions website/docs/api/out.md

This file was deleted.

Loading
Loading