-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Announce that v1beta1 and v1beta2 are going away when v1beta3 is exposed by default #3670
Comments
v1beta3 moved to all lower case URL Would give that a try first Sent from my iPhone
|
looks like it's working. but it breaks backwards for clients who worked with v1. |
Because we are actively trying to drop support for mixed case prior to 1.0, I did not continue supporting the old url paths. If you look at the go client, we have a "legacy" flag we use to control this and a few other behaviors. |
@smarterclayton well yes, but breaking backwards creates more work for the users... more "if this version ..." kind of stuff. |
We got v1bet1/2 wrong and don't want to carry it forever. Stopping it early before v1 is our priority.
|
@smarterclayton ok :( |
@abonas v1beta1 is really an alpha quality API. It grew organically and did not go through any kind of design review, as evidenced by the many issues you've filed. We want to get rid of it ASAP. We intend v1beta3 to be the "release candidate" for the v1 API, which will be the stable API. As for knowing what exists, you can now browse |
@bgrant0607 thanks. will check swagger for now |
it's impossible to GET replication controllers on v3. on v1 on the same server it works fine.
example request: GET on http://localhost:8080/api/v1beta3/replicationControllers returns 404
http://localhost:8080/api/v1beta1/replicationControllers returns 200
The text was updated successfully, but these errors were encountered: