Merge pull request #19105 from smarterclayton/prepare_negotiate

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-01-27 13:35:30 -08:00
41 changed files with 306 additions and 231 deletions

View File

@@ -79,6 +79,10 @@ func init() {
Extensions = Groups[extensions.GroupName]
}
func (g TestGroup) ContentConfig() (string, *unversioned.GroupVersion, runtime.Codec) {
return "application/json", g.GroupVersion(), g.Codec()
}
func (g TestGroup) GroupVersion() *unversioned.GroupVersion {
copyOfGroupVersion := g.externalGroupVersion
return &copyOfGroupVersion