Skip to content

Commit

Permalink
This commit regenerates docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Avesh Agarwal committed Nov 24, 2015
1 parent 3d5207f commit c053290
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions api/swagger-spec/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -12037,6 +12037,10 @@
"type": "integer",
"format": "int32",
"description": "The number of times this event has occurred."
},
"type": {
"type": "string",
"description": "Type of this event (Normal, Warning), new types could be added in the future"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/extensions/v1beta1/operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -5095,7 +5095,7 @@ <h4 id="_tags_37">Tags</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2015-11-06 18:46:07 UTC
Last updated 2015-11-13 20:43:27 UTC
</div>
</div>
</body>
Expand Down
7 changes: 7 additions & 0 deletions docs/api-reference/v1/definitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -5891,6 +5891,13 @@ <h3 id="_v1_event">v1.Event</h3>
<td class="tableblock halign-left valign-top"><p class="tableblock">integer (int32)</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Type of this event (Normal, Warning), new types could be added in the future</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>

Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference/v1/operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -23664,7 +23664,7 @@ <h4 id="_tags_186">Tags</h4>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2015-11-06 18:46:00 UTC
Last updated 2015-11-13 20:43:21 UTC
</div>
</div>
</body>
Expand Down
1 change: 1 addition & 0 deletions pkg/api/v1/types_swagger_doc_generated.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ var map_Event = map[string]string{
"firstTimestamp": "The time at which the event was first recorded. (Time of server receipt is in TypeMeta.)",
"lastTimestamp": "The time at which the most recent occurrence of this event was recorded.",
"count": "The number of times this event has occurred.",
"type": "Type of this event (Normal, Warning), new types could be added in the future",
}

func (Event) SwaggerDoc() map[string]string {
Expand Down

0 comments on commit c053290

Please sign in to comment.