Skip to content

Commit

Permalink
adding isHook and hook type in ResourceNode obj in proto file (#4472)
Browse files Browse the repository at this point in the history
prakash100198 authored Jan 11, 2024
1 parent 33430e1 commit c549e00
Showing 2 changed files with 409 additions and 387 deletions.
794 changes: 407 additions & 387 deletions api/helm-app/applist.pb.go

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions api/helm-app/applist.proto
Original file line number Diff line number Diff line change
@@ -128,6 +128,8 @@ message ResourceNode {
repeated InfoItem info = 13;
string createdAt = 14;
repeated int64 port = 15;
bool isHook = 16;
string hookType = 17;
}

message InfoItem {

0 comments on commit c549e00

Please sign in to comment.