generated: swagger, docs

parent c0b95283
......@@ -224,7 +224,7 @@
"description": "API at /apis/apps/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of PetSet",
"nickname": "watchNamespacedPetSetList",
......@@ -290,7 +290,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -546,7 +546,7 @@
"description": "API at /apis/apps/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind PetSet",
"nickname": "watchNamespacedPetSet",
......@@ -620,7 +620,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -717,7 +717,7 @@
"description": "API at /apis/apps/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of PetSet",
"nickname": "watchNamespacedPetSetList",
......@@ -775,7 +775,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -2746,9 +2746,20 @@
}
}
},
"*versioned.Event": {
"id": "*versioned.Event",
"properties": {}
"versioned.Event": {
"id": "versioned.Event",
"required": [
"type",
"object"
],
"properties": {
"type": {
"type": "string"
},
"object": {
"type": "string"
}
}
},
"unversioned.Patch": {
"id": "unversioned.Patch",
......
......@@ -224,7 +224,7 @@
"description": "API at /apis/autoscaling/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler",
"nickname": "watchNamespacedHorizontalPodAutoscalerList",
......@@ -290,7 +290,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -546,7 +546,7 @@
"description": "API at /apis/autoscaling/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind HorizontalPodAutoscaler",
"nickname": "watchNamespacedHorizontalPodAutoscaler",
......@@ -620,7 +620,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -717,7 +717,7 @@
"description": "API at /apis/autoscaling/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of HorizontalPodAutoscaler",
"nickname": "watchNamespacedHorizontalPodAutoscalerList",
......@@ -775,7 +775,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -1329,9 +1329,20 @@
}
}
},
"*versioned.Event": {
"id": "*versioned.Event",
"properties": {}
"versioned.Event": {
"id": "versioned.Event",
"required": [
"type",
"object"
],
"properties": {
"type": {
"type": "string"
},
"object": {
"type": "string"
}
}
},
"unversioned.Patch": {
"id": "unversioned.Patch",
......
......@@ -224,7 +224,7 @@
"description": "API at /apis/batch/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of Job",
"nickname": "watchNamespacedJobList",
......@@ -290,7 +290,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -546,7 +546,7 @@
"description": "API at /apis/batch/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind Job",
"nickname": "watchNamespacedJob",
......@@ -620,7 +620,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -717,7 +717,7 @@
"description": "API at /apis/batch/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of Job",
"nickname": "watchNamespacedJobList",
......@@ -775,7 +775,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -2730,9 +2730,20 @@
}
}
},
"*versioned.Event": {
"id": "*versioned.Event",
"properties": {}
"versioned.Event": {
"id": "versioned.Event",
"required": [
"type",
"object"
],
"properties": {
"type": {
"type": "string"
},
"object": {
"type": "string"
}
}
},
"unversioned.Patch": {
"id": "unversioned.Patch",
......
......@@ -200,7 +200,7 @@
"description": "API at /apis/certificates.k8s.io/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of CertificateSigningRequest",
"nickname": "watchCertificateSigningRequestList",
......@@ -258,7 +258,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -482,7 +482,7 @@
"description": "API at /apis/certificates.k8s.io/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind CertificateSigningRequest",
"nickname": "watchCertificateSigningRequest",
......@@ -548,7 +548,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -1020,9 +1020,20 @@
}
}
},
"*versioned.Event": {
"id": "*versioned.Event",
"properties": {}
"versioned.Event": {
"id": "versioned.Event",
"required": [
"type",
"object"
],
"properties": {
"type": {
"type": "string"
},
"object": {
"type": "string"
}
}
},
"unversioned.Patch": {
"id": "unversioned.Patch",
......
......@@ -224,7 +224,7 @@
"description": "API at /apis/policy/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of PodDisruptionBudget",
"nickname": "watchNamespacedPodDisruptionBudgetList",
......@@ -290,7 +290,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -546,7 +546,7 @@
"description": "API at /apis/policy/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind PodDisruptionBudget",
"nickname": "watchNamespacedPodDisruptionBudget",
......@@ -620,7 +620,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -717,7 +717,7 @@
"description": "API at /apis/policy/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of PodDisruptionBudget",
"nickname": "watchNamespacedPodDisruptionBudgetList",
......@@ -775,7 +775,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -1327,9 +1327,20 @@
}
}
},
"*versioned.Event": {
"id": "*versioned.Event",
"properties": {}
"versioned.Event": {
"id": "versioned.Event",
"required": [
"type",
"object"
],
"properties": {
"type": {
"type": "string"
},
"object": {
"type": "string"
}
}
},
"unversioned.Patch": {
"id": "unversioned.Patch",
......
......@@ -200,7 +200,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of ClusterRoleBinding",
"nickname": "watchClusterRoleBindingList",
......@@ -258,7 +258,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -466,7 +466,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind ClusterRoleBinding",
"nickname": "watchClusterRoleBinding",
......@@ -532,7 +532,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -739,7 +739,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of ClusterRole",
"nickname": "watchClusterRoleList",
......@@ -797,7 +797,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -1005,7 +1005,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind ClusterRole",
"nickname": "watchClusterRole",
......@@ -1071,7 +1071,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -1302,7 +1302,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of RoleBinding",
"nickname": "watchNamespacedRoleBindingList",
......@@ -1368,7 +1368,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -1608,7 +1608,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind RoleBinding",
"nickname": "watchNamespacedRoleBinding",
......@@ -1682,7 +1682,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -1779,7 +1779,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of RoleBinding",
"nickname": "watchNamespacedRoleBindingList",
......@@ -1837,7 +1837,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -2068,7 +2068,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of Role",
"nickname": "watchNamespacedRoleList",
......@@ -2134,7 +2134,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -2374,7 +2374,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind Role",
"nickname": "watchNamespacedRole",
......@@ -2448,7 +2448,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -2545,7 +2545,7 @@
"description": "API at /apis/rbac.authorization.k8s.io/v1alpha1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of Role",
"nickname": "watchNamespacedRoleList",
......@@ -2603,7 +2603,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -2962,9 +2962,20 @@
}
}
},
"*versioned.Event": {
"id": "*versioned.Event",
"properties": {}
"versioned.Event": {
"id": "versioned.Event",
"required": [
"type",
"object"
],
"properties": {
"type": {
"type": "string"
},
"object": {
"type": "string"
}
}
},
"unversioned.Patch": {
"id": "unversioned.Patch",
......
......@@ -200,7 +200,7 @@
"description": "API at /apis/storage.k8s.io/v1beta1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of StorageClass",
"nickname": "watchStorageClassList",
......@@ -258,7 +258,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -482,7 +482,7 @@
"description": "API at /apis/storage.k8s.io/v1beta1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind StorageClass",
"nickname": "watchStorageClass",
......@@ -548,7 +548,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -854,9 +854,20 @@
}
}
},
"*versioned.Event": {
"id": "*versioned.Event",
"properties": {}
"versioned.Event": {
"id": "versioned.Event",
"required": [
"type",
"object"
],
"properties": {
"type": {
"type": "string"
},
"object": {
"type": "string"
}
}
},
"unversioned.Patch": {
"id": "unversioned.Patch",
......
......@@ -568,7 +568,41 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
<div class="sect2">
<h3 id="__versioned_event">*versioned.Event</h3>
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</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>
</div>
<div class="sect2">
......@@ -1334,7 +1368,7 @@ Examples:<br>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-08-23 04:34:20 UTC
Last updated 2016-09-18 23:34:38 UTC
</div>
</div>
</body>
......
......@@ -2007,7 +2007,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -2161,7 +2161,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -2323,7 +2323,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -2374,7 +2374,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-07-29 20:29:06 UTC
Last updated 2016-09-18 23:34:38 UTC
</div>
</div>
</body>
......
......@@ -383,6 +383,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<h2 id="_definitions">Definitions</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</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>
</div>
<div class="sect2">
<h3 id="_v1_preconditions">v1.Preconditions</h3>
<div class="paragraph">
<p>Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.</p>
......@@ -1058,10 +1096,6 @@ Examples:<br>
</div>
<div class="sect2">
<h3 id="__versioned_event">*versioned.Event</h3>
</div>
<div class="sect2">
<h3 id="_unversioned_statusdetails">unversioned.StatusDetails</h3>
<div class="paragraph">
<p>StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.</p>
......@@ -4287,7 +4321,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-08-23 16:31:27 UTC
Last updated 2016-09-18 23:34:31 UTC
</div>
</div>
</body>
......
......@@ -2007,7 +2007,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -2161,7 +2161,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -2323,7 +2323,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -2374,7 +2374,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-07-29 20:29:01 UTC
Last updated 2016-09-18 23:34:31 UTC
</div>
</div>
</body>
......
......@@ -620,7 +620,41 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
<div class="sect2">
<h3 id="__versioned_event">*versioned.Event</h3>
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</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>
</div>
<div class="sect2">
......@@ -1311,7 +1345,7 @@ Examples:<br>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-09-01 18:34:11 UTC
Last updated 2016-09-18 23:34:44 UTC
</div>
</div>
</body>
......
......@@ -1667,7 +1667,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -1821,7 +1821,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -1872,7 +1872,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-09-01 18:34:11 UTC
Last updated 2016-09-18 23:34:44 UTC
</div>
</div>
</body>
......
......@@ -1415,10 +1415,6 @@ Examples:<br>
</div>
<div class="sect2">
<h3 id="__versioned_event">*versioned.Event</h3>
</div>
<div class="sect2">
<h3 id="_v1beta1_jobstatus">v1beta1.JobStatus</h3>
<div class="paragraph">
<p>JobStatus represents the current state of a Job.</p>
......@@ -4176,6 +4172,44 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
</div>
<div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</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>
</div>
<div class="sect2">
<h3 id="_v1beta1_scalestatus">v1beta1.ScaleStatus</h3>
<div class="paragraph">
<p>represents the current status of a scale subresource.</p>
......@@ -6556,7 +6590,7 @@ Both these may change in the future. Incoming requests are matched against the h
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-09-01 17:31:18 UTC
Last updated 2016-09-18 23:34:24 UTC
</div>
</div>
</body>
......
......@@ -1415,10 +1415,6 @@ Examples:<br>
</div>
<div class="sect2">
<h3 id="__versioned_event">*versioned.Event</h3>
</div>
<div class="sect2">
<h3 id="_v1_endpointslist">v1.EndpointsList</h3>
<div class="paragraph">
<p>EndpointsList is a list of endpoints.</p>
......@@ -5174,6 +5170,44 @@ The resulting set of endpoints can be viewed as:<br>
</div>
<div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</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>
</div>
<div class="sect2">
<h3 id="_v1_podtemplate">v1.PodTemplate</h3>
<div class="paragraph">
<p>PodTemplate describes a template for creating copies of a predefined pod.</p>
......@@ -8434,7 +8468,7 @@ The resulting set of endpoints can be viewed as:<br>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-09-17 23:35:57 UTC
Last updated 2016-09-19 23:42:42 UTC
</div>
</div>
</body>
......
......@@ -224,7 +224,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of Ingress",
"nickname": "watchNamespacedIngressList",
......@@ -290,7 +290,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -546,7 +546,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind Ingress",
"nickname": "watchNamespacedIngress",
......@@ -620,7 +620,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -717,7 +717,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of Ingress",
"nickname": "watchNamespacedIngressList",
......@@ -775,7 +775,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -1171,7 +1171,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of ReplicaSet",
"nickname": "watchNamespacedReplicaSetList",
......@@ -1237,7 +1237,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -1493,7 +1493,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind ReplicaSet",
"nickname": "watchNamespacedReplicaSet",
......@@ -1567,7 +1567,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -1664,7 +1664,7 @@
"description": "API at /apis/extensions/v1beta1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of ReplicaSet",
"nickname": "watchNamespacedReplicaSetList",
......@@ -1722,7 +1722,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -2497,9 +2497,20 @@
}
}
},
"*versioned.Event": {
"id": "*versioned.Event",
"properties": {}
"versioned.Event": {
"id": "versioned.Event",
"required": [
"type",
"object"
],
"properties": {
"type": {
"type": "string"
},
"object": {
"type": "string"
}
}
},
"unversioned.Patch": {
"id": "unversioned.Patch",
......
......@@ -200,7 +200,7 @@
"description": "API at /apis/federation/v1beta1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of Cluster",
"nickname": "watchClusterList",
......@@ -258,7 +258,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -482,7 +482,7 @@
"description": "API at /apis/federation/v1beta1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind Cluster",
"nickname": "watchCluster",
......@@ -548,7 +548,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -881,7 +881,7 @@
"items": {
"type": "string"
},
"description": "Zones is the list of avaliability zones in which the nodes of the cluster exist, e.g. 'us-east1-a'. These will always be in the same region."
"description": "Zones is the list of availability zones in which the nodes of the cluster exist, e.g. 'us-east1-a'. These will always be in the same region."
},
"region": {
"type": "string",
......@@ -1012,9 +1012,20 @@
}
}
},
"*versioned.Event": {
"id": "*versioned.Event",
"properties": {}
"versioned.Event": {
"id": "versioned.Event",
"required": [
"type",
"object"
],
"properties": {
"type": {
"type": "string"
},
"object": {
"type": "string"
}
}
},
"unversioned.Patch": {
"id": "unversioned.Patch",
......
......@@ -16,7 +16,16 @@
"type": "void",
"method": "GET",
"nickname": "logFileHandler",
"parameters": []
"parameters": [
{
"type": "string",
"paramType": "path",
"name": "logpath",
"description": "path to the log",
"required": true,
"allowMultiple": false
}
]
}
]
},
......
......@@ -2,10 +2,6 @@
"swaggerVersion": "1.2",
"apis": [
{
"path": "/logs",
"description": "get log files"
},
{
"path": "/version",
"description": "git code version from which this is built"
},
......@@ -14,6 +10,10 @@
"description": "get available API versions"
},
{
"path": "/logs",
"description": "get log files"
},
{
"path": "/apis/federation/v1beta1",
"description": "API at /apis/federation/v1beta1"
},
......
......@@ -224,7 +224,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of Event",
"nickname": "watchNamespacedEventList",
......@@ -290,7 +290,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -546,7 +546,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind Event",
"nickname": "watchNamespacedEvent",
......@@ -620,7 +620,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -717,7 +717,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of Event",
"nickname": "watchNamespacedEventList",
......@@ -775,7 +775,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -982,7 +982,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of Namespace",
"nickname": "watchNamespaceList",
......@@ -1040,7 +1040,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -1264,7 +1264,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind Namespace",
"nickname": "watchNamespace",
......@@ -1330,7 +1330,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -1755,7 +1755,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of Secret",
"nickname": "watchNamespacedSecretList",
......@@ -1821,7 +1821,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -2077,7 +2077,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind Secret",
"nickname": "watchNamespacedSecret",
......@@ -2151,7 +2151,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -2248,7 +2248,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of Secret",
"nickname": "watchNamespacedSecretList",
......@@ -2306,7 +2306,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -2537,7 +2537,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of Service",
"nickname": "watchNamespacedServiceList",
......@@ -2603,7 +2603,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -2859,7 +2859,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch changes to an object of kind Service",
"nickname": "watchNamespacedService",
......@@ -2933,7 +2933,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -3030,7 +3030,7 @@
"description": "API at /api/v1",
"operations": [
{
"type": "*versioned.Event",
"type": "versioned.Event",
"method": "GET",
"summary": "watch individual changes to a list of Service",
"nickname": "watchNamespacedServiceList",
......@@ -3088,7 +3088,7 @@
{
"code": 200,
"message": "OK",
"responseModel": "*versioned.Event"
"responseModel": "versioned.Event"
}
],
"produces": [
......@@ -3635,9 +3635,20 @@
}
}
},
"*versioned.Event": {
"id": "*versioned.Event",
"properties": {}
"versioned.Event": {
"id": "versioned.Event",
"required": [
"type",
"object"
],
"properties": {
"type": {
"type": "string"
},
"object": {
"type": "string"
}
}
},
"unversioned.Patch": {
"id": "unversioned.Patch",
......
......@@ -392,6 +392,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<h2 id="_definitions">Definitions</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</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>
</div>
<div class="sect2">
<h3 id="_v1_preconditions">v1.Preconditions</h3>
<div class="paragraph">
<p>Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.</p>
......@@ -1332,10 +1370,6 @@ Both these may change in the future. Incoming requests are matched against the h
</div>
<div class="sect2">
<h3 id="__versioned_event">*versioned.Event</h3>
</div>
<div class="sect2">
<h3 id="_unversioned_statusdetails">unversioned.StatusDetails</h3>
<div class="paragraph">
<p>StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.</p>
......@@ -4813,7 +4847,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-09-06 18:38:37 UTC
Last updated 2016-09-18 23:35:09 UTC
</div>
</div>
</body>
......
......@@ -3851,7 +3851,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -4005,7 +4005,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -4167,7 +4167,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -4321,7 +4321,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -4483,7 +4483,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -4629,7 +4629,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -4680,7 +4680,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-08-31 00:15:20 UTC
Last updated 2016-09-18 23:35:09 UTC
</div>
</div>
</body>
......
......@@ -492,10 +492,6 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
<div class="sect2">
<h3 id="__versioned_event">*versioned.Event</h3>
</div>
<div class="sect2">
<h3 id="_v1beta1_clusterlist">v1beta1.ClusterList</h3>
<div class="paragraph">
<p>A list of all the kubernetes clusters registered to the federation</p>
......@@ -613,6 +609,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
<div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</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>
</div>
<div class="sect2">
<h3 id="_unversioned_listmeta">unversioned.ListMeta</h3>
<div class="paragraph">
<p>ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.</p>
......@@ -685,7 +719,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">zones</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Zones is the list of avaliability zones in which the nodes of the cluster exist, e.g. <em>us-east1-a</em>. These will always be in the same region.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Zones is the list of availability zones in which the nodes of the cluster exist, e.g. <em>us-east1-a</em>. These will always be in the same region.</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 array</p></td>
<td class="tableblock halign-left valign-top"></td>
......@@ -1402,7 +1436,7 @@ Examples:<br>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-08-31 00:15:09 UTC
Last updated 2016-09-18 23:34:58 UTC
</div>
</div>
</body>
......
......@@ -1548,7 +1548,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -1702,7 +1702,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -1753,7 +1753,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-08-31 00:15:09 UTC
Last updated 2016-09-18 23:34:58 UTC
</div>
</div>
</body>
......
......@@ -465,6 +465,44 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
<div class="sect2">
<h3 id="_versioned_event">versioned.Event</h3>
<table class="tableblock frame-all grid-all" style="width:100%; ">
<colgroup>
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
<col style="width:20%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Name</th>
<th class="tableblock halign-left valign-top">Description</th>
<th class="tableblock halign-left valign-top">Required</th>
<th class="tableblock halign-left valign-top">Schema</th>
<th class="tableblock halign-left valign-top">Default</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">type</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">object</p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">true</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>
</div>
<div class="sect2">
<h3 id="_v1_namespace">v1.Namespace</h3>
<div class="paragraph">
<p>Namespace provides a scope for Names. Use of multiple namespaces is optional.</p>
......@@ -1149,10 +1187,6 @@ Examples:<br>
</div>
<div class="sect2">
<h3 id="__versioned_event">*versioned.Event</h3>
</div>
<div class="sect2">
<h3 id="_unversioned_statusdetails">unversioned.StatusDetails</h3>
<div class="paragraph">
<p>StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.</p>
......@@ -2047,7 +2081,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-08-31 00:15:14 UTC
Last updated 2016-09-18 23:35:03 UTC
</div>
</div>
</body>
......
......@@ -5540,7 +5540,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -5686,7 +5686,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -5840,7 +5840,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -6002,7 +6002,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -6156,7 +6156,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -6318,7 +6318,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -6472,7 +6472,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -6634,7 +6634,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -6788,7 +6788,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -6934,7 +6934,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -7080,7 +7080,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">200</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">success</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_*versioned_event">*versioned.Event</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="../definitions#_versioned_event">versioned.Event</a></p></td>
</tr>
</tbody>
</table>
......@@ -7131,7 +7131,7 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-09-06 18:38:31 UTC
Last updated 2016-09-18 23:35:03 UTC
</div>
</div>
</body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment