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:33 -04:00 committed by GitHub
parent 396d36596c
commit ff13ffc6e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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