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
$ kubectl explain navlinks.ui.cattle.io.spec.toService.portGROUP: ui.cattle.ioKIND: NavLinkVERSION: v1FIELD: port <Object>DESCRIPTION: <empty>
I'm running Rancher v2.8.5. I have no idea when the API broke. I'm pretty sure it was a string back in v2.7.8.
I'm guessing the docs should be updated to adhere to the API spec. I am unsure of how exactly, since the API spec just says "Object" but no specifics. 😕
The text was updated successfully, but these errors were encountered:
lindhe
changed the title
Fix docs of port object in NavLink
Incorrect docs of port object in NavLink
Jul 29, 2024
Ah, I see. Alright. I'm guessing the API docs are generated directly from the code, so there's probably not much to do about the type then. Unless there is some hint we can use to help the API docs?
In that case, perhaps we can at least add a description so it's possible to read the information that way?
The docs seems to indicate that the
.spec.toService.port
field of aNavLink
object is a string:rancher-docs/versioned_docs/version-2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/custom-branding.md
Line 134 in 8bd7b4c
rancher-docs/versioned_docs/version-2.8/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/custom-branding.md
Line 189 in 8bd7b4c
But API spec seems to disagree:
I'm running Rancher v2.8.5. I have no idea when the API broke. I'm pretty sure it was a string back in v2.7.8.
I'm guessing the docs should be updated to adhere to the API spec. I am unsure of how exactly, since the API spec just says "Object" but no specifics. 😕
The text was updated successfully, but these errors were encountered: