Commit cfee8f13 authored by nikhiljindal's avatar nikhiljindal

done

parent b489757b
...@@ -189,6 +189,7 @@ func (g *APIGroupVersion) InstallREST(container *restful.Container, root string, ...@@ -189,6 +189,7 @@ func (g *APIGroupVersion) InstallREST(container *restful.Container, root string,
ws.Produces(restful.MIME_JSON) ws.Produces(restful.MIME_JSON)
// TODO: require json on input // TODO: require json on input
//ws.Consumes(restful.MIME_JSON) //ws.Consumes(restful.MIME_JSON)
ws.ApiVersion(version)
// TODO: add scheme to APIGroupVersion rather than using api.Scheme // TODO: add scheme to APIGroupVersion rather than using api.Scheme
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment