Skip to content
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

Fix preprocessing script to remove deprecation redirection models #24

Merged
merged 1 commit into from
Oct 3, 2017

Conversation

mbohlool
Copy link
Contributor

@mbohlool mbohlool commented Oct 3, 2017

In kubernetes 1.8 some of the models are renamed. Our remove_model_prefixes still creates the same model names but there are some models added to reference old model names to new names. These models broke remove_model_prefixes and need to be removed.

cc @brendandburns @lwander

ref: kubernetes-client/java#84

Copy link

@lwander lwander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - is there a chance that removing deprecated models will cause a backwards incompatible change in the client?

@mbohlool
Copy link
Contributor Author

mbohlool commented Oct 3, 2017

Nope. Those are just redirection from old names to new name. Our model name shortening function will result in the same names for new model names.

@mbohlool mbohlool merged commit 266d038 into kubernetes-client:master Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants