Skip to content

Commit

Permalink
[squash] generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
msau42 committed Apr 19, 2017
1 parent 31d6f6a commit 3afd516
Show file tree
Hide file tree
Showing 31 changed files with 4,260 additions and 5,019 deletions.
11 changes: 7 additions & 4 deletions api/openapi-spec/swagger.json
Expand Up @@ -38967,10 +38967,17 @@
},
"io.k8s.kubernetes.pkg.api.v1.LocalStorageVolumeSource": {
"description": "LocalStorage represents a local volume accessible only from one node In the PersistentVolume, the `kubernetes.io/hostname` label should be set with the node that this local volume is located at. LocalStorage PersistentVolumes also are required to be part of a StorageClass, and that StorageClass should set the AlphaStorageTopologyAnnotation = \"kubernetes.io/hostame\"",
"required": [
"nodeName"
],
"properties": {
"fsVolume": {
"description": "FsVolume represents a filesystem-based local volume",
"$ref": "#/definitions/io.k8s.kubernetes.pkg.api.v1.LocalStorageFsVolume"
},
"nodeName": {
"description": "NodeName represents the node that the volume is located at",
"type": "string"
}
}
},
Expand Down Expand Up @@ -41383,10 +41390,6 @@
"description": "ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: http://releases.k8s.io/HEAD/examples/volumes/iscsi/README.md",
"$ref": "#/definitions/io.k8s.kubernetes.pkg.api.v1.ISCSIVolumeSource"
},
"localStorage": {
"description": "LocalStorage represents a local volume accessible only from one node This volume type cannot be used as a direct volume source and is only required here to support the volume plugin interface.",
"$ref": "#/definitions/io.k8s.kubernetes.pkg.api.v1.LocalStorageVolumeSource"
},
"name": {
"description": "Volume's name. Must be a DNS_LABEL and unique within the pod. More info: http://kubernetes.io/docs/user-guide/identifiers#names",
"type": "string"
Expand Down
27 changes: 0 additions & 27 deletions api/swagger-spec/apps_v1beta1.json
Expand Up @@ -2726,10 +2726,6 @@
"scaleIO": {
"$ref": "v1.ScaleIOVolumeSource",
"description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
},
"localStorage": {
"$ref": "v1.LocalStorageVolumeSource",
"description": "LocalStorage represents a local volume accessible only from one node This volume type cannot be used as a direct volume source and is only required here to support the volume plugin interface."
}
}
},
Expand Down Expand Up @@ -3573,29 +3569,6 @@
}
}
},
"v1.LocalStorageVolumeSource": {
"id": "v1.LocalStorageVolumeSource",
"description": "LocalStorage represents a local volume accessible only from one node In the PersistentVolume, the `kubernetes.io/hostname` label should be set with the node that this local volume is located at. LocalStorage PersistentVolumes also are required to be part of a StorageClass, and that StorageClass should set the AlphaStorageTopologyAnnotation = \"kubernetes.io/hostame\"",
"properties": {
"fsVolume": {
"$ref": "v1.LocalStorageFsVolume",
"description": "FsVolume represents a filesystem-based local volume"
}
}
},
"v1.LocalStorageFsVolume": {
"id": "v1.LocalStorageFsVolume",
"description": "LocalStorageFsVolume represents a filesystem-based local volume",
"required": [
"path"
],
"properties": {
"path": {
"type": "string",
"description": "The full path to the volume on the node"
}
}
},
"v1.Container": {
"id": "v1.Container",
"description": "A single application container that you want to run within a pod.",
Expand Down
27 changes: 0 additions & 27 deletions api/swagger-spec/batch_v1.json
Expand Up @@ -1509,10 +1509,6 @@
"scaleIO": {
"$ref": "v1.ScaleIOVolumeSource",
"description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
},
"localStorage": {
"$ref": "v1.LocalStorageVolumeSource",
"description": "LocalStorage represents a local volume accessible only from one node This volume type cannot be used as a direct volume source and is only required here to support the volume plugin interface."
}
}
},
Expand Down Expand Up @@ -2356,29 +2352,6 @@
}
}
},
"v1.LocalStorageVolumeSource": {
"id": "v1.LocalStorageVolumeSource",
"description": "LocalStorage represents a local volume accessible only from one node In the PersistentVolume, the `kubernetes.io/hostname` label should be set with the node that this local volume is located at. LocalStorage PersistentVolumes also are required to be part of a StorageClass, and that StorageClass should set the AlphaStorageTopologyAnnotation = \"kubernetes.io/hostame\"",
"properties": {
"fsVolume": {
"$ref": "v1.LocalStorageFsVolume",
"description": "FsVolume represents a filesystem-based local volume"
}
}
},
"v1.LocalStorageFsVolume": {
"id": "v1.LocalStorageFsVolume",
"description": "LocalStorageFsVolume represents a filesystem-based local volume",
"required": [
"path"
],
"properties": {
"path": {
"type": "string",
"description": "The full path to the volume on the node"
}
}
},
"v1.Container": {
"id": "v1.Container",
"description": "A single application container that you want to run within a pod.",
Expand Down
27 changes: 0 additions & 27 deletions api/swagger-spec/batch_v2alpha1.json
Expand Up @@ -2542,10 +2542,6 @@
"scaleIO": {
"$ref": "v1.ScaleIOVolumeSource",
"description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
},
"localStorage": {
"$ref": "v1.LocalStorageVolumeSource",
"description": "LocalStorage represents a local volume accessible only from one node This volume type cannot be used as a direct volume source and is only required here to support the volume plugin interface."
}
}
},
Expand Down Expand Up @@ -3389,29 +3385,6 @@
}
}
},
"v1.LocalStorageVolumeSource": {
"id": "v1.LocalStorageVolumeSource",
"description": "LocalStorage represents a local volume accessible only from one node In the PersistentVolume, the `kubernetes.io/hostname` label should be set with the node that this local volume is located at. LocalStorage PersistentVolumes also are required to be part of a StorageClass, and that StorageClass should set the AlphaStorageTopologyAnnotation = \"kubernetes.io/hostame\"",
"properties": {
"fsVolume": {
"$ref": "v1.LocalStorageFsVolume",
"description": "FsVolume represents a filesystem-based local volume"
}
}
},
"v1.LocalStorageFsVolume": {
"id": "v1.LocalStorageFsVolume",
"description": "LocalStorageFsVolume represents a filesystem-based local volume",
"required": [
"path"
],
"properties": {
"path": {
"type": "string",
"description": "The full path to the volume on the node"
}
}
},
"v1.Container": {
"id": "v1.Container",
"description": "A single application container that you want to run within a pod.",
Expand Down
27 changes: 0 additions & 27 deletions api/swagger-spec/extensions_v1beta1.json
Expand Up @@ -6973,10 +6973,6 @@
"scaleIO": {
"$ref": "v1.ScaleIOVolumeSource",
"description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
},
"localStorage": {
"$ref": "v1.LocalStorageVolumeSource",
"description": "LocalStorage represents a local volume accessible only from one node This volume type cannot be used as a direct volume source and is only required here to support the volume plugin interface."
}
}
},
Expand Down Expand Up @@ -7820,29 +7816,6 @@
}
}
},
"v1.LocalStorageVolumeSource": {
"id": "v1.LocalStorageVolumeSource",
"description": "LocalStorage represents a local volume accessible only from one node In the PersistentVolume, the `kubernetes.io/hostname` label should be set with the node that this local volume is located at. LocalStorage PersistentVolumes also are required to be part of a StorageClass, and that StorageClass should set the AlphaStorageTopologyAnnotation = \"kubernetes.io/hostame\"",
"properties": {
"fsVolume": {
"$ref": "v1.LocalStorageFsVolume",
"description": "FsVolume represents a filesystem-based local volume"
}
}
},
"v1.LocalStorageFsVolume": {
"id": "v1.LocalStorageFsVolume",
"description": "LocalStorageFsVolume represents a filesystem-based local volume",
"required": [
"path"
],
"properties": {
"path": {
"type": "string",
"description": "The full path to the volume on the node"
}
}
},
"v1.Container": {
"id": "v1.Container",
"description": "A single application container that you want to run within a pod.",
Expand Down
27 changes: 0 additions & 27 deletions api/swagger-spec/settings.k8s.io_v1alpha1.json
Expand Up @@ -1381,10 +1381,6 @@
"scaleIO": {
"$ref": "v1.ScaleIOVolumeSource",
"description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
},
"localStorage": {
"$ref": "v1.LocalStorageVolumeSource",
"description": "LocalStorage represents a local volume accessible only from one node This volume type cannot be used as a direct volume source and is only required here to support the volume plugin interface."
}
}
},
Expand Down Expand Up @@ -2190,29 +2186,6 @@
}
}
},
"v1.LocalStorageVolumeSource": {
"id": "v1.LocalStorageVolumeSource",
"description": "LocalStorage represents a local volume accessible only from one node In the PersistentVolume, the `kubernetes.io/hostname` label should be set with the node that this local volume is located at. LocalStorage PersistentVolumes also are required to be part of a StorageClass, and that StorageClass should set the AlphaStorageTopologyAnnotation = \"kubernetes.io/hostame\"",
"properties": {
"fsVolume": {
"$ref": "v1.LocalStorageFsVolume",
"description": "FsVolume represents a filesystem-based local volume"
}
}
},
"v1.LocalStorageFsVolume": {
"id": "v1.LocalStorageFsVolume",
"description": "LocalStorageFsVolume represents a filesystem-based local volume",
"required": [
"path"
],
"properties": {
"path": {
"type": "string",
"description": "The full path to the volume on the node"
}
}
},
"v1.VolumeMount": {
"id": "v1.VolumeMount",
"description": "VolumeMount describes a mounting of a Volume within a container.",
Expand Down
11 changes: 7 additions & 4 deletions api/swagger-spec/v1.json
Expand Up @@ -18586,7 +18586,14 @@
"v1.LocalStorageVolumeSource": {
"id": "v1.LocalStorageVolumeSource",
"description": "LocalStorage represents a local volume accessible only from one node In the PersistentVolume, the `kubernetes.io/hostname` label should be set with the node that this local volume is located at. LocalStorage PersistentVolumes also are required to be part of a StorageClass, and that StorageClass should set the AlphaStorageTopologyAnnotation = \"kubernetes.io/hostame\"",
"required": [
"nodeName"
],
"properties": {
"nodeName": {
"type": "string",
"description": "NodeName represents the node that the volume is located at"
},
"fsVolume": {
"$ref": "v1.LocalStorageFsVolume",
"description": "FsVolume represents a filesystem-based local volume"
Expand Down Expand Up @@ -18906,10 +18913,6 @@
"scaleIO": {
"$ref": "v1.ScaleIOVolumeSource",
"description": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes."
},
"localStorage": {
"$ref": "v1.LocalStorageVolumeSource",
"description": "LocalStorage represents a local volume accessible only from one node This volume type cannot be used as a direct volume source and is only required here to support the volume plugin interface."
}
}
},
Expand Down
77 changes: 1 addition & 76 deletions docs/api-reference/apps/v1beta1/definitions.html
Expand Up @@ -1547,40 +1547,6 @@ <h3 id="_v1_execaction">v1.ExecAction</h3>
</tbody>
</table>

</div>
<div class="sect2">
<h3 id="_v1_localstoragevolumesource">v1.LocalStorageVolumeSource</h3>
<div class="paragraph">
<p>LocalStorage represents a local volume accessible only from one node In the PersistentVolume, the <code>kubernetes.io/hostname</code> label should be set with the node that this local volume is located at. LocalStorage PersistentVolumes also are required to be part of a StorageClass, and that StorageClass should set the AlphaStorageTopologyAnnotation = "kubernetes.io/hostame"</p>
</div>
<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">fsVolume</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">FsVolume represents a filesystem-based local volume</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"><a href="#_v1_localstoragefsvolume">v1.LocalStorageFsVolume</a></p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>

</div>
<div class="sect2">
<h3 id="_v1_objectmeta">v1.ObjectMeta</h3>
Expand Down Expand Up @@ -3080,13 +3046,6 @@ <h3 id="_v1_volume">v1.Volume</h3>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1_scaleiovolumesource">v1.ScaleIOVolumeSource</a></p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">localStorage</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">LocalStorage represents a local volume accessible only from one node This volume type cannot be used as a direct volume source and is only required here to support the volume plugin interface.</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"><a href="#_v1_localstoragevolumesource">v1.LocalStorageVolumeSource</a></p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -6033,40 +5992,6 @@ <h3 id="_v1_podtemplatespec">v1.PodTemplateSpec</h3>
</tbody>
</table>

</div>
<div class="sect2">
<h3 id="_v1_localstoragefsvolume">v1.LocalStorageFsVolume</h3>
<div class="paragraph">
<p>LocalStorageFsVolume represents a filesystem-based local volume</p>
</div>
<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">path</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">The full path to the volume on the node</p></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_nodeselector">v1.NodeSelector</h3>
Expand Down Expand Up @@ -6366,7 +6291,7 @@ <h3 id="_any">any</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2017-04-18 21:35:55 UTC
Last updated 2017-04-19 00:47:11 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 3afd516

Please sign in to comment.