Skip to content

Commit 223e57d

Browse files
committed
Update apis/placement/v1beta1/clusterresourceplacement_types.go
Signed-off-by: Liqian Luo <[email protected]>
1 parent 409fcb6 commit 223e57d

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)