From ff13ffc6e03418201096249cc447e084fcfff268 Mon Sep 17 00:00:00 2001 From: Jeffrey Ying Date: Thu, 26 Sep 2024 15:29:33 -0400 Subject: [PATCH] Update cmd/kube-apiserver/app/testing/testserver.go Co-authored-by: Joe Betz --- cmd/kube-apiserver/app/testing/testserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kube-apiserver/app/testing/testserver.go b/cmd/kube-apiserver/app/testing/testserver.go index 00bb2db4436..9a69a796254 100644 --- a/cmd/kube-apiserver/app/testing/testserver.go +++ b/cmd/kube-apiserver/app/testing/testserver.go @@ -103,7 +103,7 @@ type TestServerInstanceOptions struct { // an apiserver version skew scenario where all apiservers use the same proxyCA to verify client connections. ProxyCA *ProxyCA // Set the BinaryVersion of server effective version. - // If empty, binary version will be inferred from the build. + // If empty, effective version will default to version.DefaultKubeBinaryVersion. BinaryVersion string // Set the EmulationVersion of server effective version. // If empty, emulation version will default to the effective version.