We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396d365 commit ff13ffcCopy full SHA for ff13ffc
cmd/kube-apiserver/app/testing/testserver.go
@@ -103,7 +103,7 @@ type TestServerInstanceOptions struct {
103
// an apiserver version skew scenario where all apiservers use the same proxyCA to verify client connections.
104
ProxyCA *ProxyCA
105
// Set the BinaryVersion of server effective version.
106
- // If empty, binary version will be inferred from the build.
+ // If empty, effective version will default to version.DefaultKubeBinaryVersion.
107
BinaryVersion string
108
// Set the EmulationVersion of server effective version.
109
// If empty, emulation version will default to the effective version.
0 commit comments