YARN-8954. Reservations list field in ReservationListInfo is not accessible. Contributed by Oleksandr Shevchenko.
This commit is contained in:
parent
44e37b4fd9
commit
babc946d40
@ -50,4 +50,8 @@ public class ReservationListInfo {
|
||||
includeResourceAllocations));
|
||||
}
|
||||
}
|
||||
|
||||
public List<ReservationInfo> getReservations() {
|
||||
return reservations;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user