mirror of https://github.com/crossplane/docs.git
docs snapshot for crossplane version `master`
This commit is contained in:
parent
083da40270
commit
0ba83fc765
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: Introduction
|
title: Concepts
|
||||||
toc: true
|
toc: true
|
||||||
weight: 100
|
weight: 100
|
||||||
---
|
---
|
|
@ -609,7 +609,7 @@ feedback you may have about the development process!
|
||||||
|
|
||||||
[TBS Episode 18]: https://www.youtube.com/watch?v=rvQ8N0u3rkE&t=7s
|
[TBS Episode 18]: https://www.youtube.com/watch?v=rvQ8N0u3rkE&t=7s
|
||||||
[What Makes a Crossplane Infrastructure Resource]: #what-makes-a-crossplane-infrastructure-resource
|
[What Makes a Crossplane Infrastructure Resource]: #what-makes-a-crossplane-infrastructure-resource
|
||||||
[managed resource]: ../introduction/managed-resources.md
|
[managed resource]: ../concepts/managed-resources.md
|
||||||
[`CloudMemorystoreInstance`]: https://github.com/crossplane/provider-gcp/blob/85a6ed3c669a021f1d61be51b2cbe2714b0bc70b/apis/cache/v1beta1/cloudmemorystore_instance_types.go#L184
|
[`CloudMemorystoreInstance`]: https://github.com/crossplane/provider-gcp/blob/85a6ed3c669a021f1d61be51b2cbe2714b0bc70b/apis/cache/v1beta1/cloudmemorystore_instance_types.go#L184
|
||||||
[`ProviderConfig`]: https://github.com/crossplane/provider-gcp/blob/be5aaf6/apis/v1beta1/providerconfig_types.go#L39
|
[`ProviderConfig`]: https://github.com/crossplane/provider-gcp/blob/be5aaf6/apis/v1beta1/providerconfig_types.go#L39
|
||||||
[watching the API server]: https://kubernetes.io/docs/reference/using-api/api-concepts/#efficient-detection-of-changes
|
[watching the API server]: https://kubernetes.io/docs/reference/using-api/api-concepts/#efficient-detection-of-changes
|
||||||
|
|
|
@ -388,8 +388,8 @@ alongside your [OAM] application manifests.
|
||||||
<!-- Named Links -->
|
<!-- Named Links -->
|
||||||
|
|
||||||
[last section]: provision-infrastructure.md
|
[last section]: provision-infrastructure.md
|
||||||
[composition]: ../introduction/composition.md
|
[composition]: ../concepts/composition.md
|
||||||
[package]: ../introduction/packages.md
|
[package]: ../concepts/packages.md
|
||||||
[setup]: install-configure.md
|
[setup]: install-configure.md
|
||||||
[next section]: run-applications.md
|
[next section]: run-applications.md
|
||||||
[OAM]: https://oam.dev/
|
[OAM]: https://oam.dev/
|
||||||
|
|
|
@ -501,6 +501,6 @@ kubectl get crd -o name | grep crossplane.io | xargs kubectl delete
|
||||||
[Minikube]: https://kubernetes.io/docs/tasks/tools/install-minikube/
|
[Minikube]: https://kubernetes.io/docs/tasks/tools/install-minikube/
|
||||||
[Helm]:https://docs.helm.sh/using_helm/
|
[Helm]:https://docs.helm.sh/using_helm/
|
||||||
[Kind]: https://kind.sigs.k8s.io/docs/user/quick-start/
|
[Kind]: https://kind.sigs.k8s.io/docs/user/quick-start/
|
||||||
[Crossplane packages]: ../introduction/packages.md
|
[Crossplane packages]: ../concepts/packages.md
|
||||||
[Slack]: http://slack.crossplane.io/
|
[Slack]: http://slack.crossplane.io/
|
||||||
[Upbound Cloud]: https://upbound.io
|
[Upbound Cloud]: https://upbound.io
|
|
@ -717,8 +717,8 @@ rm -rf crossplane-config
|
||||||
<!-- Named Links -->
|
<!-- Named Links -->
|
||||||
|
|
||||||
[previous section]: compose-infrastructure.md
|
[previous section]: compose-infrastructure.md
|
||||||
[composed]: ../introduction/composition.md
|
[composed]: ../concepts/composition.md
|
||||||
[composition]: ../introduction/composition.md
|
[composition]: ../concepts/composition.md
|
||||||
[Docker Hub]: https://hub.docker.com/
|
[Docker Hub]: https://hub.docker.com/
|
||||||
[packages]: ../introduction/packages.md
|
[packages]: ../concepts/packages.md
|
||||||
[packaged]: ../introduction/packages.md
|
[packaged]: ../concepts/packages.md
|
||||||
|
|
Loading…
Reference in New Issue