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
I followed the readme and was able to get a hand on a Service object (read-only / get operations), but I could not find the logic needed to trigger an upgrade (e.g. trying to change the docker image associated to the service). How can this be done ? I guess such an example in the README.md would be very appreciated.
thanks !
The text was updated successfully, but these errors were encountered:
Looks like the actions you can perform are done off the main static Service methods.
ServiceServiceserviceService = rancher.type(io.rancher.service.ServiceService.class);
// get a single serviceServiceservice = ..
// upgradeserviceService.upgrade(service.getId(), ...);
I followed the readme and was able to get a hand on a Service object (read-only / get operations), but I could not find the logic needed to trigger an upgrade (e.g. trying to change the docker image associated to the service). How can this be done ? I guess such an example in the README.md would be very appreciated.
thanks !
The text was updated successfully, but these errors were encountered: