Skip to content

Commit

Permalink
Update content/master/concepts/composite-resource-definitions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pete Lumbis <[email protected]>
Signed-off-by: Bob Haddleton <[email protected]>
  • Loading branch information
bobh66 and plumbis committed Jan 29, 2024
1 parent 1178bfd commit 8600c8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/master/concepts/composite-resource-definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ the default value `Background` for the `compositeDeletePolicy` property.
When a deleted claim has the `compositeDeletePolicy` property set to `Background`
the claim controller deletes the composite resource using the propagation policy `background`
and returns, relying on Kubernetes to delete the remaining child objects,
like managed resources, nested composites, secrets, etc.
like managed resources, nested composites and secrets.

Using `defaultCompositeDeletePolicy: Foreground` causes the CRD for the claim to have
the `compositeDeletePolicy` default value `Foreground`. When a deleted claim has the
Expand Down
2 changes: 1 addition & 1 deletion content/v1.13/concepts/composite-resource-definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ the default value `Background` for the `compositeDeletePolicy` property.
When a deleted claim has the `compositeDeletePolicy` property set to `Background`
the claim controller deletes the composite resource using the propagation policy `background`
and returns, relying on Kubernetes to delete the remaining child objects,
like managed resources, nested composites, secrets, etc.
like managed resources, nested composites and secrets.

Using `defaultCompositeDeletePolicy: Foreground` causes the CRD for the claim to have
the `compositeDeletePolicy` default value `Foreground`. When a deleted claim has the
Expand Down
2 changes: 1 addition & 1 deletion content/v1.14/concepts/composite-resource-definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ the default value `Background` for the `compositeDeletePolicy` property.
When a deleted claim has the `compositeDeletePolicy` property set to `Background`
the claim controller deletes the composite resource using the propagation policy `background`
and returns, relying on Kubernetes to delete the remaining child objects,
like managed resources, nested composites, secrets, etc.
like managed resources, nested composites and secrets.

Using `defaultCompositeDeletePolicy: Foreground` causes the CRD for the claim to have
the `compositeDeletePolicy` default value `Foreground`. When a deleted claim has the
Expand Down

0 comments on commit 8600c8b

Please sign in to comment.