Skip to content

Commit

Permalink
✨ Include file content in capsule status (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
Munklinde96 authored Sep 11, 2024
1 parent 1ac1f9d commit 02d4b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/api/platform-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5055,6 +5055,7 @@ The rollout model.
| isSecret | [bool](#bool) | | |
| status | [api.v1.pipeline.ObjectStatus](#api-v1-pipeline-ObjectStatus) | repeated | |
| transition | [Transition](#api-v1-capsule-Transition) | | |
| content | [bytes](#bytes) | | |



Expand Down
1 change: 1 addition & 0 deletions proto/rig/api/v1/capsule/status.proto
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ message ConfigFileStatus {
bool isSecret = 2;
repeated api.v1.pipeline.ObjectStatus status = 3;
Transition transition = 4;
bytes content = 5;
}

message CronJobStatus {
Expand Down

0 comments on commit 02d4b54

Please sign in to comment.