Skip to content

Commit

Permalink
Merge pull request #31 from nlnwa/jira/nna-2027
Browse files Browse the repository at this point in the history
Add annotation to meta object
  • Loading branch information
Langvann authored Jun 9, 2020
2 parents b950a94 + 7bb28da commit 570c474
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions protobuf/config/v1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,19 @@ message Meta {
google.protobuf.Timestamp last_modified = 5;
string last_modified_by = 6;
repeated Label label = 7;
repeated Annotation annotation = 8;
}

message Label {
string key = 1;
string value = 2;
}

message Annotation {
string key = 1;
string value = 2;
}

// Reference to another ConfigObject
message ConfigRef {
Kind kind = 1;
Expand Down

0 comments on commit 570c474

Please sign in to comment.