Skip to content

Commit

Permalink
Change allocator's preferredGameServerSelector field name to plural (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pooneh-m authored and markmandel committed Sep 9, 2019
1 parent 228c916 commit d2dc2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/allocator/v1alpha1/allocation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ message AllocationRequest {

// The ordered list of preferred allocations out of the `required` set.
// If the first selector is not matched, the selection attempts the second selector, and so on.
repeated k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector preferredGameServerSelector = 4;
repeated k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector preferredGameServerSelectors = 4;

// Scheduling strategy. Defaults to "Packed".
SchedulingStrategy scheduling = 5;
Expand Down

0 comments on commit d2dc2b4

Please sign in to comment.