This commit regenerates docs.

This commit is contained in:
Avesh Agarwal 2015-11-13 17:31:08 -05:00
parent 3d5207fd73
commit c053290e04
5 changed files with 14 additions and 2 deletions

View File

@ -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"
}
}
},

View File

@ -5095,7 +5095,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</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>

View File

@ -5891,6 +5891,13 @@ The resulting set of endpoints can be viewed as:<br>
<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>

View File

@ -23664,7 +23664,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</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>

View File

@ -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 {