Merge pull request #21964 from caesarxuchao/fix-thirdparty-parameter

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-03-07 00:59:17 -08:00
3 changed files with 54 additions and 5 deletions

View File

@@ -658,7 +658,7 @@ func (m *Master) thirdpartyapi(group, kind, version string) *apiserver.APIGroupV
OptionsExternalVersion: &optionsExternalVersion,
Serializer: thirdpartyresourcedata.NewNegotiatedSerializer(api.Codecs, kind, externalVersion, internalVersion),
ParameterCodec: api.ParameterCodec,
ParameterCodec: thirdpartyresourcedata.NewThirdPartyParameterCodec(api.ParameterCodec),
Context: m.RequestContextMapper,