Skip to content

Commit

Permalink
correct case of deletionpolicy options. resolves #722
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Lumbis <[email protected]>
  • Loading branch information
plumbis committed Mar 13, 2024
1 parent 937b498 commit 4555b4b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions content/master/concepts/managed-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ kind: Instance
<!-- vale on -->
A managed resource's `deletionPolicy` tells the Provider what to do after
deleting the managed resource. If the `deletionPolicy` is `delete` the Provider
deletes the external resource as well. If the `deletionPolicy` is `orphan` the
deleting the managed resource. If the `deletionPolicy` is `Delete` the Provider
deletes the external resource as well. If the `deletionPolicy` is `Orphan` the
Provider deletes the managed resource but doesn't delete the external resource.

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

Expand Down
4 changes: 2 additions & 2 deletions content/v1.13/concepts/managed-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ kind: Instance
<!-- vale on -->
A managed resource's `deletionPolicy` tells the Provider what to do after
deleting the managed resource. If the `deletionPolicy` is `delete` the Provider
deleting the managed resource. If the `deletionPolicy` is `Delete` the Provider
deletes the external resource as well. If the `deletionPolicy` is `orphan` the
Provider deletes the managed resource but doesn't delete the external resource.

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

Expand Down
4 changes: 2 additions & 2 deletions content/v1.14/concepts/managed-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ kind: Instance
<!-- vale on -->
A managed resource's `deletionPolicy` tells the Provider what to do after
deleting the managed resource. If the `deletionPolicy` is `delete` the Provider
deleting the managed resource. If the `deletionPolicy` is `Delete` the Provider
deletes the external resource as well. If the `deletionPolicy` is `orphan` the
Provider deletes the managed resource but doesn't delete the external resource.

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

Expand Down
4 changes: 2 additions & 2 deletions content/v1.15/concepts/managed-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ kind: Instance
<!-- vale on -->
A managed resource's `deletionPolicy` tells the Provider what to do after
deleting the managed resource. If the `deletionPolicy` is `delete` the Provider
deleting the managed resource. If the `deletionPolicy` is `Delete` the Provider
deletes the external resource as well. If the `deletionPolicy` is `orphan` the
Provider deletes the managed resource but doesn't delete the external resource.

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

Expand Down

0 comments on commit 4555b4b

Please sign in to comment.