Byron / google-apis-rs

A binding and CLI generator for all Google APIs
http://byron.github.io/google-apis-rs
Other
983 stars 132 forks source link

Container Service with v1beta1 API Not Generated #469

Closed j13tw closed 6 months ago

j13tw commented 6 months ago

Hi, we are testing this project to management GKE, some feature of we wanted to use v1beta1 API on Container Server (GKE) So we got the v1beta1 json file in project (https://github.com/Byron/google-apis-rs/tree/main/etc/api/container) And we got the version of v1beta1/crates dir isn't update since the years of 2015 then we seems like not work after we run the make, make regen-api to gen dir we just got the container1 and container1-cli for another Service API State, we think needed to gen the container1_beta1 and container1_beta1-cli Is there something Issue for generator the container service v1beta1 API ?