@@ -44,8 +44,7 @@ type PlacementDisruptionBudgetSpec struct {
4444 // If a percentage is specified, Fleet will calculate the corresponding absolute values
4545 // as follows:
4646 // * if the linked Placement object is of the PickFixed placement type,
47- // the percentage is against the number of clusters specified in the placement (i.e., the
48- // length of ClusterNames field in the placement policy);
47+ // we don't perform any calculation because eviction is not allowed for PickFixed CRP.
4948 // * if the linked Placement object is of the PickAll placement type, MaxUnavailable cannot
5049 // be specified since we cannot derive the total number of clusters selected.
5150 // * if the linked Placement object is of the PickN placement type,
@@ -74,8 +73,7 @@ type PlacementDisruptionBudgetSpec struct {
7473 // If a percentage is specified, Fleet will calculate the corresponding absolute values
7574 // as follows:
7675 // * if the linked Placement object is of the PickFixed placement type,
77- // the percentage is against the number of clusters specified in the placement (i.e., the
78- // length of ClusterNames field in the placement policy);
76+ // we don't perform any calculation because eviction is not allowed for PickFixed CRP.
7977 // * if the linked Placement object is of the PickAll placement type, MinAvailable can be
8078 // specified but only as an integer since we cannot derive the total number of clusters selected.
8179 // * if the linked Placement object is of the PickN placement type,
0 commit comments