Skip to content

Commit

Permalink
Change singular to plural in FQN (istio#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
stgleb committed Oct 22, 2020
1 parent 148ff26 commit 5181911
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 52 deletions.
96 changes: 48 additions & 48 deletions audit/v1/audit.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion audit/v1/audit.pb.validate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion audit/v1/audit.proto
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ message AuditLog {
// Key value pairs with additional information for the audit log.
map<string, string> properties = 6;
// fqn fully qualified name of object that made this record.
string fqns = 7;
string fqn = 7;
}

// Request to get the audit logs.
Expand Down
4 changes: 2 additions & 2 deletions audit/v1/tetrateio.api.audit.v1.pb.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ <h3 id="AuditLog">AuditLog</h3>
No
</td>
</tr>
<tr id="AuditLog-fqns">
<td><code>fqns</code></td>
<tr id="AuditLog-fqn">
<td><code>fqn</code></td>
<td><code>string</code></td>
<td>
<p>fqn fully qualified name of object that made this record.</p>
Expand Down

0 comments on commit 5181911

Please sign in to comment.