Hi,

I am using Swagger to generate my c# client.  For some reason, it's not 
generating a file that's required by the API: UnversionedPatch

Here's the relevant swagger spec for this resource:

"unversioned.Patch": {
 "description": "Patch is provided to give a concrete name and type to the 
Kubernetes PATCH request body."
},


Here's the codegen command line I used:

C:\Users\hutan\Downloads>java -jar swagger-codegen-cli-2.2.1.jar generate 
-i "C:\Users\hutan\Downloads\Kubernetes-67048151\swagger.json" -l csharp -o 

But the resulting code is missing UnversionedPatch.  Is this the problem of 
the spec author?

Thanks,
Hung


-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to