Skip to content

Commit 47a99e4

Browse files
committed
PR review
1 parent d2dbece commit 47a99e4

File tree

2 files changed

+877
-307
lines changed

2 files changed

+877
-307
lines changed

api/compute/v1alpha1/machinereservation_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import (
1313
type ReservationSpec struct {
1414
Pools []corev1.LocalObjectReference `json:"pools"`
1515
Resources corev1alpha1.ResourceList `json:"resources,omitempty"`
16+
// TODO we might want to add a weight to indicate preference/priority
1617
}
1718

1819
// ReservationStatus defines the observed state of Reservation

0 commit comments

Comments
 (0)