Skip to content

Commit 979aedf

Browse files
authored
correct case of deletionpolicy options. resolves #722 (#731)
Signed-off-by: Pete Lumbis <[email protected]>
1 parent 65b6217 commit 979aedf

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

content/master/concepts/managed-resources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ kind: Instance
4949
<!-- vale on -->
5050
5151
A managed resource's `deletionPolicy` tells the Provider what to do after
52-
deleting the managed resource. If the `deletionPolicy` is `delete` the Provider
53-
deletes the external resource as well. If the `deletionPolicy` is `orphan` the
52+
deleting the managed resource. If the `deletionPolicy` is `Delete` the Provider
53+
deletes the external resource as well. If the `deletionPolicy` is `Orphan` the
5454
Provider deletes the managed resource but doesn't delete the external resource.
5555

5656
#### Options
@@ -222,7 +222,7 @@ Crossplane behaves differently than other tools like Terraform. Terraform
222222
deletes and recreates a resource to change an immutable field. Crossplane only
223223
deletes an external resource if their corresponding managed
224224
resource object is deleted from Kubernetes and the `deletionPolicy` is
225-
`delete`.
225+
`Delete`.
226226
<!-- vale write-good.Passive = YES -->
227227
{{< /hint >}}
228228

content/v1.13/concepts/managed-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ kind: Instance
5050
<!-- vale on -->
5151
5252
A managed resource's `deletionPolicy` tells the Provider what to do after
53-
deleting the managed resource. If the `deletionPolicy` is `delete` the Provider
53+
deleting the managed resource. If the `deletionPolicy` is `Delete` the Provider
5454
deletes the external resource as well. If the `deletionPolicy` is `orphan` the
5555
Provider deletes the managed resource but doesn't delete the external resource.
5656

@@ -223,7 +223,7 @@ Crossplane behaves differently than other tools like Terraform. Terraform
223223
deletes and recreates a resource to change an immutable field. Crossplane only
224224
deletes an external resource if their corresponding managed
225225
resource object is deleted from Kubernetes and the `deletionPolicy` is
226-
`delete`.
226+
`Delete`.
227227
<!-- vale write-good.Passive = YES -->
228228
{{< /hint >}}
229229

content/v1.14/concepts/managed-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ kind: Instance
4949
<!-- vale on -->
5050
5151
A managed resource's `deletionPolicy` tells the Provider what to do after
52-
deleting the managed resource. If the `deletionPolicy` is `delete` the Provider
52+
deleting the managed resource. If the `deletionPolicy` is `Delete` the Provider
5353
deletes the external resource as well. If the `deletionPolicy` is `orphan` the
5454
Provider deletes the managed resource but doesn't delete the external resource.
5555

@@ -222,7 +222,7 @@ Crossplane behaves differently than other tools like Terraform. Terraform
222222
deletes and recreates a resource to change an immutable field. Crossplane only
223223
deletes an external resource if their corresponding managed
224224
resource object is deleted from Kubernetes and the `deletionPolicy` is
225-
`delete`.
225+
`Delete`.
226226
<!-- vale write-good.Passive = YES -->
227227
{{< /hint >}}
228228

content/v1.15/concepts/managed-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ kind: Instance
4949
<!-- vale on -->
5050
5151
A managed resource's `deletionPolicy` tells the Provider what to do after
52-
deleting the managed resource. If the `deletionPolicy` is `delete` the Provider
52+
deleting the managed resource. If the `deletionPolicy` is `Delete` the Provider
5353
deletes the external resource as well. If the `deletionPolicy` is `orphan` the
5454
Provider deletes the managed resource but doesn't delete the external resource.
5555

@@ -222,7 +222,7 @@ Crossplane behaves differently than other tools like Terraform. Terraform
222222
deletes and recreates a resource to change an immutable field. Crossplane only
223223
deletes an external resource if their corresponding managed
224224
resource object is deleted from Kubernetes and the `deletionPolicy` is
225-
`delete`.
225+
`Delete`.
226226
<!-- vale write-good.Passive = YES -->
227227
{{< /hint >}}
228228

0 commit comments

Comments
 (0)