Merge pull request #14683 from erictune/always-experimental

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-09-29 15:22:26 -07:00
commit ffc1641f4a

View File

@ -143,9 +143,7 @@ func setExperimentalDefaults(config *Config) error {
return fmt.Errorf("Experimental API version '%s' is not recognized (valid values: %s)",
config.Version, strings.Join(latest.GroupOrDie("experimental").Versions, ", "))
}
if config.Codec == nil {
config.Codec = versionInterfaces.Codec
}
config.Codec = versionInterfaces.Codec
if config.QPS == 0 {
config.QPS = 5
}