From fea9795211c559023f924707cf8e59e9dc112976 Mon Sep 17 00:00:00 2001 From: pooneh-m <46979170+pooneh-m@users.noreply.github.com> Date: Mon, 9 Sep 2019 13:13:19 -0700 Subject: [PATCH] Change allocator's preferredGameServerSelector field name to plural --- cmd/allocator/v1alpha1/allocation.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;