From 396d36596c4237c4b9254c1fa548a1f27f660dd4 Mon Sep 17 00:00:00 2001 From: Jeffrey Ying Date: Thu, 26 Sep 2024 15:29:24 -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 5aecd94f259..00bb2db4436 100644 --- a/cmd/kube-apiserver/app/testing/testserver.go +++ b/cmd/kube-apiserver/app/testing/testserver.go @@ -106,7 +106,7 @@ type TestServerInstanceOptions struct { // If empty, binary version will be inferred from the build. BinaryVersion string // Set the EmulationVersion of server effective version. - // If empty, emulation version will be inferred (equal to) from the binary version. + // If empty, emulation version will default to the effective version. EmulationVersion string // Set non-default request timeout in the server. RequestTimeout time.Duration