CSI - Auto-generated code updates
This commit is contained in:
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
@@ -76031,7 +76031,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"io.k8s.api.core.v1.CSIPersistentVolumeSource": {
|
"io.k8s.api.core.v1.CSIPersistentVolumeSource": {
|
||||||
"description": "Represents storage that is managed by an external CSI volume driver",
|
"description": "Represents storage that is managed by an external CSI volume driver (Beta feature)",
|
||||||
"required": [
|
"required": [
|
||||||
"driver",
|
"driver",
|
||||||
"volumeHandle"
|
"volumeHandle"
|
||||||
@@ -78556,7 +78556,7 @@
|
|||||||
"$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference"
|
"$ref": "#/definitions/io.k8s.api.core.v1.ObjectReference"
|
||||||
},
|
},
|
||||||
"csi": {
|
"csi": {
|
||||||
"description": "CSI represents storage that handled by an external CSI driver",
|
"description": "CSI represents storage that handled by an external CSI driver (Beta feature).",
|
||||||
"$ref": "#/definitions/io.k8s.api.core.v1.CSIPersistentVolumeSource"
|
"$ref": "#/definitions/io.k8s.api.core.v1.CSIPersistentVolumeSource"
|
||||||
},
|
},
|
||||||
"fc": {
|
"fc": {
|
||||||
|
4
api/swagger-spec/v1.json
generated
4
api/swagger-spec/v1.json
generated
@@ -20651,7 +20651,7 @@
|
|||||||
},
|
},
|
||||||
"csi": {
|
"csi": {
|
||||||
"$ref": "v1.CSIPersistentVolumeSource",
|
"$ref": "v1.CSIPersistentVolumeSource",
|
||||||
"description": "CSI represents storage that handled by an external CSI driver"
|
"description": "CSI represents storage that handled by an external CSI driver (Beta feature)."
|
||||||
},
|
},
|
||||||
"accessModes": {
|
"accessModes": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
@@ -21307,7 +21307,7 @@
|
|||||||
},
|
},
|
||||||
"v1.CSIPersistentVolumeSource": {
|
"v1.CSIPersistentVolumeSource": {
|
||||||
"id": "v1.CSIPersistentVolumeSource",
|
"id": "v1.CSIPersistentVolumeSource",
|
||||||
"description": "Represents storage that is managed by an external CSI volume driver",
|
"description": "Represents storage that is managed by an external CSI volume driver (Beta feature)",
|
||||||
"required": [
|
"required": [
|
||||||
"driver",
|
"driver",
|
||||||
"volumeHandle"
|
"volumeHandle"
|
||||||
|
4
docs/api-reference/v1/definitions.html
generated
4
docs/api-reference/v1/definitions.html
generated
@@ -4164,7 +4164,7 @@ Examples:<br>
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">csi</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">csi</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock">CSI represents storage that handled by an external CSI driver</p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock">CSI represents storage that handled by an external CSI driver (Beta feature).</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">false</p></td>
|
||||||
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1_csipersistentvolumesource">v1.CSIPersistentVolumeSource</a></p></td>
|
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#_v1_csipersistentvolumesource">v1.CSIPersistentVolumeSource</a></p></td>
|
||||||
<td class="tableblock halign-left valign-top"></td>
|
<td class="tableblock halign-left valign-top"></td>
|
||||||
@@ -7823,7 +7823,7 @@ Examples:<br>
|
|||||||
<div class="sect2">
|
<div class="sect2">
|
||||||
<h3 id="_v1_csipersistentvolumesource">v1.CSIPersistentVolumeSource</h3>
|
<h3 id="_v1_csipersistentvolumesource">v1.CSIPersistentVolumeSource</h3>
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
<p>Represents storage that is managed by an external CSI volume driver</p>
|
<p>Represents storage that is managed by an external CSI volume driver (Beta feature)</p>
|
||||||
</div>
|
</div>
|
||||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
|
<table class="tableblock frame-all grid-all" style="width:100%; ">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
|
@@ -170,7 +170,7 @@ message Binding {
|
|||||||
optional ObjectReference target = 2;
|
optional ObjectReference target = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Represents storage that is managed by an external CSI volume driver
|
// Represents storage that is managed by an external CSI volume driver (Beta feature)
|
||||||
message CSIPersistentVolumeSource {
|
message CSIPersistentVolumeSource {
|
||||||
// Driver is the name of the driver to use for this volume.
|
// Driver is the name of the driver to use for this volume.
|
||||||
// Required.
|
// Required.
|
||||||
@@ -2528,7 +2528,7 @@ message PersistentVolumeSource {
|
|||||||
// +optional
|
// +optional
|
||||||
optional StorageOSPersistentVolumeSource storageos = 21;
|
optional StorageOSPersistentVolumeSource storageos = 21;
|
||||||
|
|
||||||
// CSI represents storage that handled by an external CSI driver
|
// CSI represents storage that handled by an external CSI driver (Beta feature).
|
||||||
// +optional
|
// +optional
|
||||||
optional CSIPersistentVolumeSource csi = 22;
|
optional CSIPersistentVolumeSource csi = 22;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user