Skip to content

Commit d404c2d

Browse files
authored
Update apis/placement/v1beta1/clusterresourceplacement_types.go
1 parent 0dc5784 commit d404c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/placement/v1beta1/clusterresourceplacement_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ const (
13251325

13261326
// DeleteStrategy configures the deletion behavior when a placement is deleted.
13271327
type DeleteStrategy struct {
1328-
// PropagationPolicy controls how we handle placed resources after the CRP no longer place it on the cluster
1328+
// PropagationPolicy controls whether to delete placed resources when the placement is deleted.
13291329
// Defaults to "Delete".
13301330
//
13311331
// Available options:

0 commit comments

Comments
 (0)