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

Type changes between 0.10.2 to 0.11.0 #373

Closed
cwardcode opened this issue Nov 20, 2019 · 1 comment
Closed

Type changes between 0.10.2 to 0.11.0 #373

cwardcode opened this issue Nov 20, 2019 · 1 comment

Comments

@cwardcode
Copy link

From 0.10.2 to 0.11.0, at least V1beta1Ingress* has changed to either NetworkingV1beta1Ingress* OR ExtensionV1beta1Ingress*.

I haven't been able to find a difference between the two documented anywhere. Can anyone shed some light?

Object types have also changed, for instance:

NetworkingV1beta1HTTPIngressPath's backend.servicePort property used to be type string, now it's object. How is this object shaped? { port: 443 }?

Same goes for V1ServicePort. Its port property used to be a string and is now an object but there's no documentation as to how the object should be formed.

@cwardcode
Copy link
Author

Just realized this is already being tracked with: #349

sorry!

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

No branches or pull requests

1 participant