Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

New get Pod logs API #5048

Merged
merged 20 commits into from
Nov 11, 2020
Merged

New get Pod logs API #5048

merged 20 commits into from
Nov 11, 2020

Conversation

Binyang2014
Copy link
Contributor

Add new API to get pod logs:
GET /jobs/{job-name}/pods/{podUid}/logs
RESP:

{
   "locations": [
      {"name": "stdout", "uri": "https://nodeIP/podUid/stdout.0?token=string"},
      {"name": "stderr"," uri": "https://nodeIP/podUid/stderr?token=string"}  
   ]
}

@Binyang2014 Binyang2014 marked this pull request as ready for review November 3, 2020 06:07
@Binyang2014 Binyang2014 mentioned this pull request Nov 3, 2020
8 tasks
@coveralls
Copy link

coveralls commented Nov 3, 2020

Coverage Status

Coverage decreased (-0.1%) to 34.103% when pulling ffc4ff8 on binyli/log-rest into acbec7b on master.

@Binyang2014 Binyang2014 merged commit 7c180f0 into master Nov 11, 2020
@Binyang2014 Binyang2014 deleted the binyli/log-rest branch November 11, 2020 10:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants