Update cmd/kube-apiserver/app/testing/testserver.go

Co-authored-by: Joe Betz <jpbetz@google.com>
This commit is contained in:
Jeffrey Ying 2024-09-26 15:29:24 -04:00 committed by GitHub
parent dacc2e1f5d
commit 396d36596c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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