Skip to content

Commit

Permalink
Merge pull request crossplane#2282 from lrascao/patch-1
Browse files Browse the repository at this point in the history
Add pizza order example link
  • Loading branch information
jbw976 authored Apr 30, 2021
2 parents ceb81ef + 5707a95 commit 4e8f359
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/concepts/composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ possible, but they’re also opinionated. Common functionality like status
conditions and references work the same no matter which provider you're using -
all managed resources comply with the Crossplane Resource Model, or XRM. Despite
the name, 'provider' doesn’t necessarily mean 'cloud provider'. The Crossplane
community has built providers that add support for managing databases on a SQL
server, managing Helm releases, and ordering pizza.
community has built providers that add support for managing databases on a [SQL
server](https://github.com/crossplane-contrib/provider-sql), managing
[Helm releases](https://github.com/crossplane-contrib/provider-helm/),
and [ordering pizza](https://blog.crossplane.io/providers-101-ordering-pizza-with-kubernetes-and-crossplane/).

Composition allows platform builders to define new custom resources that are
composed of managed resources. We call these composite resources, or XRs. An XR
Expand Down

0 comments on commit 4e8f359

Please sign in to comment.