mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
This commit regenerates docs.
This commit is contained in:
parent
3d5207fd73
commit
c053290e04
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user