diff --git a/cmd/allocator/v1alpha1/allocation.proto b/cmd/allocator/v1alpha1/allocation.proto index c7d8905ed6..940760b2f0 100644 --- a/cmd/allocator/v1alpha1/allocation.proto +++ b/cmd/allocator/v1alpha1/allocation.proto @@ -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;