Regenerate API

pull/6/head
Jan Safranek 2017-09-01 12:05:55 +02:00
parent c49e34fd17
commit d48c7faf24
24 changed files with 974 additions and 743 deletions

View File

@ -62355,6 +62355,10 @@
"description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "description": "Path within the container at which the volume should be mounted. Must not contain ':'.",
"type": "string" "type": "string"
}, },
"mountPropagation": {
"description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release.",
"type": "string"
},
"name": { "name": {
"description": "This must match the Name of a Volume.", "description": "This must match the Name of a Volume.",
"type": "string" "type": "string"

View File

@ -5334,9 +5334,17 @@
"subPath": { "subPath": {
"type": "string", "type": "string",
"description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)." "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)."
},
"mountPropagation": {
"$ref": "v1.MountPropagationMode",
"description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release."
} }
} }
}, },
"v1.MountPropagationMode": {
"id": "v1.MountPropagationMode",
"properties": {}
},
"v1.Probe": { "v1.Probe": {
"id": "v1.Probe", "id": "v1.Probe",
"description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",

View File

@ -7472,9 +7472,17 @@
"subPath": { "subPath": {
"type": "string", "type": "string",
"description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)." "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)."
},
"mountPropagation": {
"$ref": "v1.MountPropagationMode",
"description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release."
} }
} }
}, },
"v1.MountPropagationMode": {
"id": "v1.MountPropagationMode",
"properties": {}
},
"v1.Probe": { "v1.Probe": {
"id": "v1.Probe", "id": "v1.Probe",
"description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",

View File

@ -2916,9 +2916,17 @@
"subPath": { "subPath": {
"type": "string", "type": "string",
"description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)." "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)."
},
"mountPropagation": {
"$ref": "v1.MountPropagationMode",
"description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release."
} }
} }
}, },
"v1.MountPropagationMode": {
"id": "v1.MountPropagationMode",
"properties": {}
},
"v1.Probe": { "v1.Probe": {
"id": "v1.Probe", "id": "v1.Probe",
"description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",

View File

@ -2971,9 +2971,17 @@
"subPath": { "subPath": {
"type": "string", "type": "string",
"description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)." "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)."
},
"mountPropagation": {
"$ref": "v1.MountPropagationMode",
"description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release."
} }
} }
}, },
"v1.MountPropagationMode": {
"id": "v1.MountPropagationMode",
"properties": {}
},
"v1.Probe": { "v1.Probe": {
"id": "v1.Probe", "id": "v1.Probe",
"description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",

View File

@ -2971,9 +2971,17 @@
"subPath": { "subPath": {
"type": "string", "type": "string",
"description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)." "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)."
},
"mountPropagation": {
"$ref": "v1.MountPropagationMode",
"description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release."
} }
} }
}, },
"v1.MountPropagationMode": {
"id": "v1.MountPropagationMode",
"properties": {}
},
"v1.Probe": { "v1.Probe": {
"id": "v1.Probe", "id": "v1.Probe",
"description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",

View File

@ -8026,9 +8026,17 @@
"subPath": { "subPath": {
"type": "string", "type": "string",
"description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)." "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)."
},
"mountPropagation": {
"$ref": "v1.MountPropagationMode",
"description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release."
} }
} }
}, },
"v1.MountPropagationMode": {
"id": "v1.MountPropagationMode",
"properties": {}
},
"v1.Probe": { "v1.Probe": {
"id": "v1.Probe", "id": "v1.Probe",
"description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",

View File

@ -2450,9 +2450,17 @@
"subPath": { "subPath": {
"type": "string", "type": "string",
"description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)." "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)."
},
"mountPropagation": {
"$ref": "v1.MountPropagationMode",
"description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release."
} }
} }
}, },
"v1.MountPropagationMode": {
"id": "v1.MountPropagationMode",
"properties": {}
},
"v1.WatchEvent": { "v1.WatchEvent": {
"id": "v1.WatchEvent", "id": "v1.WatchEvent",
"required": [ "required": [

View File

@ -20577,9 +20577,17 @@
"subPath": { "subPath": {
"type": "string", "type": "string",
"description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)." "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)."
},
"mountPropagation": {
"$ref": "v1.MountPropagationMode",
"description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release."
} }
} }
}, },
"v1.MountPropagationMode": {
"id": "v1.MountPropagationMode",
"properties": {}
},
"v1.Probe": { "v1.Probe": {
"id": "v1.Probe", "id": "v1.Probe",
"description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",

View File

@ -835,9 +835,20 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td> <td class="tableblock halign-left valign-top"></td>
</tr> </tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release.</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_mountpropagationmode">v1.MountPropagationMode</a></p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="_v1_mountpropagationmode">v1.MountPropagationMode</h3>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_downwardapiprojection">v1.DownwardAPIProjection</h3> <h3 id="_v1_downwardapiprojection">v1.DownwardAPIProjection</h3>

View File

@ -782,9 +782,20 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td> <td class="tableblock halign-left valign-top"></td>
</tr> </tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release.</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_mountpropagationmode">v1.MountPropagationMode</a></p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="_v1_mountpropagationmode">v1.MountPropagationMode</h3>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_downwardapiprojection">v1.DownwardAPIProjection</h3> <h3 id="_v1_downwardapiprojection">v1.DownwardAPIProjection</h3>

View File

@ -700,9 +700,20 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td> <td class="tableblock halign-left valign-top"></td>
</tr> </tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release.</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_mountpropagationmode">v1.MountPropagationMode</a></p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="_v1_mountpropagationmode">v1.MountPropagationMode</h3>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_downwardapiprojection">v1.DownwardAPIProjection</h3> <h3 id="_v1_downwardapiprojection">v1.DownwardAPIProjection</h3>

View File

@ -741,9 +741,20 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td> <td class="tableblock halign-left valign-top"></td>
</tr> </tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release.</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_mountpropagationmode">v1.MountPropagationMode</a></p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="_v1_mountpropagationmode">v1.MountPropagationMode</h3>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_downwardapiprojection">v1.DownwardAPIProjection</h3> <h3 id="_v1_downwardapiprojection">v1.DownwardAPIProjection</h3>

View File

@ -700,9 +700,20 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td> <td class="tableblock halign-left valign-top"></td>
</tr> </tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release.</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_mountpropagationmode">v1.MountPropagationMode</a></p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="_v1_mountpropagationmode">v1.MountPropagationMode</h3>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_downwardapiprojection">v1.DownwardAPIProjection</h3> <h3 id="_v1_downwardapiprojection">v1.DownwardAPIProjection</h3>

View File

@ -993,9 +993,20 @@ Examples: <code>/foo</code> would allow <code>/foo</code>, <code>/foo/</code> an
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td> <td class="tableblock halign-left valign-top"></td>
</tr> </tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release.</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_mountpropagationmode">v1.MountPropagationMode</a></p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="_v1_mountpropagationmode">v1.MountPropagationMode</h3>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_downwardapiprojection">v1.DownwardAPIProjection</h3> <h3 id="_v1_downwardapiprojection">v1.DownwardAPIProjection</h3>

View File

@ -883,6 +883,10 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="_v1_mountpropagationmode">v1.MountPropagationMode</h3>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_volumemount">v1.VolumeMount</h3> <h3 id="_v1_volumemount">v1.VolumeMount</h3>
@ -935,6 +939,13 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td> <td class="tableblock halign-left valign-top"></td>
</tr> </tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release.</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_mountpropagationmode">v1.MountPropagationMode</a></p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody> </tbody>
</table> </table>

View File

@ -929,6 +929,10 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="_v1_mountpropagationmode">v1.MountPropagationMode</h3>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_volumemount">v1.VolumeMount</h3> <h3 id="_v1_volumemount">v1.VolumeMount</h3>
@ -981,6 +985,13 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td> <td class="tableblock halign-left valign-top"></td>
</tr> </tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release.</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_mountpropagationmode">v1.MountPropagationMode</a></p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody> </tbody>
</table> </table>

View File

@ -12110,6 +12110,10 @@
"description": "Path within the container at which the volume should be mounted. Must not contain ':'.", "description": "Path within the container at which the volume should be mounted. Must not contain ':'.",
"type": "string" "type": "string"
}, },
"mountPropagation": {
"description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release.",
"type": "string"
},
"name": { "name": {
"description": "This must match the Name of a Volume.", "description": "This must match the Name of a Volume.",
"type": "string" "type": "string"

View File

@ -6385,9 +6385,17 @@
"subPath": { "subPath": {
"type": "string", "type": "string",
"description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)." "description": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root)."
},
"mountPropagation": {
"$ref": "v1.MountPropagationMode",
"description": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release."
} }
} }
}, },
"v1.MountPropagationMode": {
"id": "v1.MountPropagationMode",
"properties": {}
},
"v1.Probe": { "v1.Probe": {
"id": "v1.Probe", "id": "v1.Probe",
"description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.",

View File

@ -945,9 +945,20 @@ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
<td class="tableblock halign-left valign-top"></td> <td class="tableblock halign-left valign-top"></td>
</tr> </tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release.</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_mountpropagationmode">v1.MountPropagationMode</a></p></td>
<td class="tableblock halign-left valign-top"></td>
</tr>
</tbody> </tbody>
</table> </table>
</div>
<div class="sect2">
<h3 id="_v1_mountpropagationmode">v1.MountPropagationMode</h3>
</div> </div>
<div class="sect2"> <div class="sect2">
<h3 id="_v1_downwardapiprojection">v1.DownwardAPIProjection</h3> <h3 id="_v1_downwardapiprojection">v1.DownwardAPIProjection</h3>

File diff suppressed because it is too large Load Diff

View File

@ -4071,6 +4071,14 @@ message VolumeMount {
// Defaults to "" (volume's root). // Defaults to "" (volume's root).
// +optional // +optional
optional string subPath = 4; optional string subPath = 4;
// mountPropagation determines how mounts are propagated from the host
// to container and the other way around.
// When not set, MountPropagationHostToContainer is used.
// This field is alpha in 1.8 and can be reworked or removed in a future
// release.
// +optional
optional string mountPropagation = 5;
} }
// Projection that may be projected along with other supported volume types // Projection that may be projected along with other supported volume types

View File

@ -1553,7 +1553,7 @@ type VolumeMount struct {
// This field is alpha in 1.8 and can be reworked or removed in a future // This field is alpha in 1.8 and can be reworked or removed in a future
// release. // release.
// +optional // +optional
MountPropagation *MountPropagationMode `json:"mountPropagation,omitempty"` MountPropagation *MountPropagationMode `json:"mountPropagation,omitempty" protobuf:"bytes,5,opt,name=mountPropagation,casttype=MountPropagationMode"`
} }
// MountPropagationMode describes mount propagation. // MountPropagationMode describes mount propagation.

View File

@ -2019,11 +2019,12 @@ func (Volume) SwaggerDoc() map[string]string {
} }
var map_VolumeMount = map[string]string{ var map_VolumeMount = map[string]string{
"": "VolumeMount describes a mounting of a Volume within a container.", "": "VolumeMount describes a mounting of a Volume within a container.",
"name": "This must match the Name of a Volume.", "name": "This must match the Name of a Volume.",
"readOnly": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.", "readOnly": "Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.",
"mountPath": "Path within the container at which the volume should be mounted. Must not contain ':'.", "mountPath": "Path within the container at which the volume should be mounted. Must not contain ':'.",
"subPath": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).", "subPath": "Path within the volume from which the container's volume should be mounted. Defaults to \"\" (volume's root).",
"mountPropagation": "mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationHostToContainer is used. This field is alpha in 1.8 and can be reworked or removed in a future release.",
} }
func (VolumeMount) SwaggerDoc() map[string]string { func (VolumeMount) SwaggerDoc() map[string]string {