spring-cloud-deployer icon indicating copy to clipboard operation
spring-cloud-deployer copied to clipboard

Add getLog() operation for scheduled tasks

Open sabbyanandan opened this issue 5 years ago • 0 comments

As a user, I'm trying to retrieve the logs for a scheduled task, but I don't have an API to get it.

Similar to TaskLaucnher's getLog(id), it might be useful to retrieve the logs for a scheduled task provided K8s supports it via an API, and the Fabric8 library includes support for it.

sabbyanandan avatar Jun 28 '20 17:06 sabbyanandan