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 c21f268 commit 722581fCopy full SHA for 722581f
test/integration/etcd/data.go
@@ -35,6 +35,7 @@ import (
35
// Tests aiming for full coverage of versions should test fixtures of all supported versions.
36
func GetSupportedEmulatedVersions() []string {
37
return []string{
38
+ compatibility.DefaultKubeEffectiveVersionForTest().BinaryVersion().SubtractMinor(3).String(),
39
compatibility.DefaultKubeEffectiveVersionForTest().BinaryVersion().SubtractMinor(2).String(),
40
compatibility.DefaultKubeEffectiveVersionForTest().BinaryVersion().SubtractMinor(1).String(),
41
compatibility.DefaultKubeEffectiveVersionForTest().BinaryVersion().String(),
0 commit comments