Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2939,6 +2939,14 @@ <h3 id="metalstack.api.v2.Meta">Meta</h3>
<td><p>Generation identifies how often this entity was modified since creation. </p></td>
</tr>

<tr>
<td>deletion_task_id</td>
<td><a href="#string">string</a></td>
<td>optional</td>
<td><p>DeletionTaskID is an optional id that is set to the meta after triggering the deletion.
This can be used by admins to track the deletion progress if necessary. </p></td>
</tr>

</tbody>
</table>

Expand Down Expand Up @@ -3673,6 +3681,13 @@ <h3 id="metalstack.api.v2.AuditTrace">AuditTrace</h3>
<td><p>Phase represents the phase of the audit trace </p></td>
</tr>

<tr>
<td>meta</td>
<td><a href="#metalstack.api.v2.Meta">Meta</a></td>
<td></td>
<td><p>Meta for this audit trace </p></td>
</tr>

</tbody>
</table>

Expand Down Expand Up @@ -4960,6 +4975,13 @@ <h3 id="metalstack.api.v2.Component">Component</h3>
<td><p>Token is the token which is actually used by this microservice. </p></td>
</tr>

<tr>
<td>meta</td>
<td><a href="#metalstack.api.v2.Meta">Meta</a></td>
<td></td>
<td><p>Meta for this component </p></td>
</tr>

</tbody>
</table>

Expand Down Expand Up @@ -13788,6 +13810,13 @@ <h3 id="metalstack.api.v2.ProjectMember">ProjectMember</h3>
<td><p>CreatedAt the date when the member was added to the project </p></td>
</tr>

<tr>
<td>meta</td>
<td><a href="#metalstack.api.v2.Meta">Meta</a></td>
<td></td>
<td><p>Meta for this project member </p></td>
</tr>

</tbody>
</table>

Expand Down Expand Up @@ -17940,6 +17969,13 @@ <h3 id="metalstack.api.v2.TenantMember">TenantMember</h3>
<td><p>CreatedAt the date when the member was added to the tenant </p></td>
</tr>

<tr>
<td>meta</td>
<td><a href="#metalstack.api.v2.Meta">Meta</a></td>
<td></td>
<td><p>Meta for this tenant member </p></td>
</tr>

</tbody>
</table>

Expand Down
50 changes: 31 additions & 19 deletions go/metalstack/api/v2/audit.pb.go

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

24 changes: 18 additions & 6 deletions go/metalstack/api/v2/common.pb.go

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

30 changes: 21 additions & 9 deletions go/metalstack/api/v2/component.pb.go

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

Loading
Loading