mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Open API and swagger spec changes
This commit is contained in:
parent
83520a7470
commit
668fa94ccb
@ -47033,6 +47033,14 @@
|
||||
"description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
|
||||
"type": "string"
|
||||
},
|
||||
"storagePolicyID": {
|
||||
"description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.",
|
||||
"type": "string"
|
||||
},
|
||||
"storagePolicyName": {
|
||||
"description": "Storage Policy Based Management (SPBM) profile name.",
|
||||
"type": "string"
|
||||
},
|
||||
"volumePath": {
|
||||
"description": "Path that identifies vSphere volume vmdk",
|
||||
"type": "string"
|
||||
|
@ -3550,6 +3550,14 @@
|
||||
"fsType": {
|
||||
"type": "string",
|
||||
"description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
|
||||
},
|
||||
"storagePolicyName": {
|
||||
"type": "string",
|
||||
"description": "Storage Policy Based Management (SPBM) profile name."
|
||||
},
|
||||
"storagePolicyID": {
|
||||
"type": "string",
|
||||
"description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -2285,6 +2285,14 @@
|
||||
"fsType": {
|
||||
"type": "string",
|
||||
"description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
|
||||
},
|
||||
"storagePolicyName": {
|
||||
"type": "string",
|
||||
"description": "Storage Policy Based Management (SPBM) profile name."
|
||||
},
|
||||
"storagePolicyID": {
|
||||
"type": "string",
|
||||
"description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -3366,6 +3366,14 @@
|
||||
"fsType": {
|
||||
"type": "string",
|
||||
"description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
|
||||
},
|
||||
"storagePolicyName": {
|
||||
"type": "string",
|
||||
"description": "Storage Policy Based Management (SPBM) profile name."
|
||||
},
|
||||
"storagePolicyID": {
|
||||
"type": "string",
|
||||
"description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -8005,6 +8005,14 @@
|
||||
"fsType": {
|
||||
"type": "string",
|
||||
"description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
|
||||
},
|
||||
"storagePolicyName": {
|
||||
"type": "string",
|
||||
"description": "Storage Policy Based Management (SPBM) profile name."
|
||||
},
|
||||
"storagePolicyID": {
|
||||
"type": "string",
|
||||
"description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -2112,6 +2112,14 @@
|
||||
"fsType": {
|
||||
"type": "string",
|
||||
"description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
|
||||
},
|
||||
"storagePolicyName": {
|
||||
"type": "string",
|
||||
"description": "Storage Policy Based Management (SPBM) profile name."
|
||||
},
|
||||
"storagePolicyID": {
|
||||
"type": "string",
|
||||
"description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -19376,6 +19376,14 @@
|
||||
"fsType": {
|
||||
"type": "string",
|
||||
"description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
|
||||
},
|
||||
"storagePolicyName": {
|
||||
"type": "string",
|
||||
"description": "Storage Policy Based Management (SPBM) profile name."
|
||||
},
|
||||
"storagePolicyID": {
|
||||
"type": "string",
|
||||
"description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -2753,6 +2753,20 @@ When an object is created, the system will populate this list with the current s
|
||||
<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">storagePolicyName</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Storage Policy Based Management (SPBM) profile name.</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">storagePolicyID</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -6456,7 +6470,7 @@ Examples:<br>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2017-05-19 16:32:56 UTC
|
||||
Last updated 2017-05-22 06:32:54 UTC
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -2325,6 +2325,20 @@ When an object is created, the system will populate this list with the current s
|
||||
<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">storagePolicyName</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Storage Policy Based Management (SPBM) profile name.</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">storagePolicyID</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -5691,7 +5705,7 @@ Examples:<br>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2017-05-18 19:30:11 UTC
|
||||
Last updated 2017-05-22 06:33:27 UTC
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -2332,6 +2332,20 @@ When an object is created, the system will populate this list with the current s
|
||||
<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">storagePolicyName</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Storage Policy Based Management (SPBM) profile name.</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">storagePolicyID</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -5787,7 +5801,7 @@ Examples:<br>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2017-05-18 19:30:26 UTC
|
||||
Last updated 2017-05-22 06:33:33 UTC
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -3492,6 +3492,20 @@ When an object is created, the system will populate this list with the current s
|
||||
<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">storagePolicyName</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Storage Policy Based Management (SPBM) profile name.</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">storagePolicyID</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -8096,7 +8110,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 2017-05-18 19:30:55 UTC
|
||||
Last updated 2017-05-22 06:33:43 UTC
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -3141,6 +3141,20 @@ When an object is created, the system will populate this list with the current s
|
||||
<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">storagePolicyName</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Storage Policy Based Management (SPBM) profile name.</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">storagePolicyID</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -3929,7 +3943,7 @@ Examples:<br>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2017-05-18 19:31:55 UTC
|
||||
Last updated 2017-05-22 06:34:02 UTC
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -4063,6 +4063,20 @@ The resulting set of endpoints can be viewed as:<br>
|
||||
<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">storagePolicyName</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Storage Policy Based Management (SPBM) profile name.</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">storagePolicyID</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -10084,7 +10098,7 @@ Examples:<br>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2017-05-21 19:00:06 UTC
|
||||
Last updated 2017-05-22 06:32:47 UTC
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -12930,6 +12930,14 @@
|
||||
"description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified.",
|
||||
"type": "string"
|
||||
},
|
||||
"storagePolicyID": {
|
||||
"description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.",
|
||||
"type": "string"
|
||||
},
|
||||
"storagePolicyName": {
|
||||
"description": "Storage Policy Based Management (SPBM) profile name.",
|
||||
"type": "string"
|
||||
},
|
||||
"volumePath": {
|
||||
"description": "Path that identifies vSphere volume vmdk",
|
||||
"type": "string"
|
||||
|
@ -5749,6 +5749,14 @@
|
||||
"fsType": {
|
||||
"type": "string",
|
||||
"description": "Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified."
|
||||
},
|
||||
"storagePolicyName": {
|
||||
"type": "string",
|
||||
"description": "Storage Policy Based Management (SPBM) profile name."
|
||||
},
|
||||
"storagePolicyID": {
|
||||
"type": "string",
|
||||
"description": "Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -3166,6 +3166,20 @@ When an object is created, the system will populate this list with the current s
|
||||
<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">storagePolicyName</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Storage Policy Based Management (SPBM) profile name.</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">storagePolicyID</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName.</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
|
||||
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>
|
||||
<td class="tableblock halign-left valign-top"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -7176,7 +7190,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 2017-05-18 19:40:23 UTC
|
||||
Last updated 2017-05-22 07:30:41 UTC
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user