docs snapshot for crossplane version `v1.1`

This commit is contained in:
Crossplane 2021-03-16 17:43:05 +00:00
parent 3f1fdb23a0
commit f6a69a54ca
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ spec:
namespace: crossplane-system namespace: crossplane-system
providerConfigRef: providerConfigRef:
name: default name: default
reclaimPolicy: Delete deletionPolicy: Delete
``` ```
In Kubernetes, `spec` top field represents the desired state of the user. In Kubernetes, `spec` top field represents the desired state of the user.
@ -118,7 +118,7 @@ of an `RDSInstance`.
Some infrastructure tools such as Terraform delete and recreate the resource to Some infrastructure tools such as Terraform delete and recreate the resource to
accommodate those changes but Crossplane does not take that route. Unless the accommodate those changes but Crossplane does not take that route. Unless the
managed resource is deleted and its `reclaimPolicy` is `Delete`, its controller managed resource is deleted and its `deletionPolicy` is `Delete`, its controller
never deletes the external resource in the provider. never deletes the external resource in the provider.
> Immutable fields are marked as `immutable` in Crossplane codebase but > Immutable fields are marked as `immutable` in Crossplane codebase but