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
The links structure in the Rancher API is invaluable. Without it many common tasks are impossible.
For example, given a Service ID, getting a list of its instances/containers is nearly impossible with the SDK as it stands, but if one could access the links.instances property it would be easy.
The links structure in the Rancher API is invaluable. Without it many common tasks are impossible.
For example, given a Service ID, getting a list of its instances/containers is nearly impossible with the SDK as it stands, but if one could access the
links.instances
property it would be easy.Example links container in a
Service
response:The text was updated successfully, but these errors were encountered: