You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
From 0.10.2 to 0.11.0, at least
V1beta1Ingress*
has changed to eitherNetworkingV1beta1Ingress*
ORExtensionV1beta1Ingress*
.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.The text was updated successfully, but these errors were encountered: