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(CRDs): Use versions list for spec paths #484

Merged
merged 1 commit into from
May 29, 2019

Conversation

iffyio
Copy link
Contributor

@iffyio iffyio commented May 25, 2019

Currently, it's only possible to specify one api
version for CRD objects via the deprecated
version field when building their spec paths.
This commit adds support for building spec paths
for multiple CRD versions specified in the
versions list while maintaining compatibility
with version.

Fixes #458

Currently, it's only possible to specify one api
version for CRD objects via the deprecated
`version` field when building their spec paths.
This commit adds support for building spec paths
for multiple CRD versions specified in the
`versions` list while maintaining compatibility
with `version`.

Fixes godaddy#458
Copy link
Contributor

@silasbw silasbw left a comment

Choose a reason for hiding this comment

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

Thanks for the fix 💯 !!

@silasbw silasbw merged commit 3c3111c into godaddy:master May 29, 2019
@silasbw
Copy link
Contributor

silasbw commented May 29, 2019

Published with kubernetes-client@8.1.3

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.

How do I get Custom Resource Definition properties?
2 participants