kubectl

Results 12 comments of kubectl

> Mixes #17 #20 and #19 in now. I thought this pr was supposed to be a ci only change? The branch was forked of #17, didnt notice. Fixed.

I think fixing this here is not a good solution at this point in time and is not implemented in a clean way. Closing for now.

The code is functional, if you have a look [here](https://github.com/vrchatapi/specification/blob/8c044995c1a169e00d72b8d8ba4ec926315df6ff/.redocly.yaml#L11C1-L15C32), you can see that `available_features` is a configuration value. The idea being that this decorator can deal with more that...

Is there any other potential application for this besides responses?

Seen that, but i figured that the latest Rust generator is able to do this, it might be worth a try to bump the other languages aswell and see if...

Ok, ill just try the python one and see if it works :3

I checked TS, Python and Rust, all of them can deal with the `oneOf` operator. Caveat: I bumped everyones openapi-generator version to `7.7.0` This indicates to me that there is...

Not sure what is up with the docs, but java for example generates this code, which looks pretty functional to me: ```java @Override public GetCurrentUser200Response read(JsonReader in) throws IOException {...

I found i quite strange that generators that list not having that feature, still create files that resemble to work. Looking into this i found the oneof template files for:...

After long debugging I found the issue - the serilization library is not compatible with `oneOf`. Commenting out `serializationLibrary: json_serializable` generated: ```dart // // AUTO-GENERATED FILE, DO NOT MODIFY! //...