|
7798 | 7798 | "tags": [ |
7799 | 7799 | "Networks" |
7800 | 7800 | ], |
7801 | | - "summary": "List Cluster Networks", |
7802 | | - "description": "Get a list of all ClusterNetwork objects.", |
7803 | | - "operationId": "listClusterNetwork", |
| 7801 | + "summary": "List Namespaced Cluster Networks", |
| 7802 | + "description": "Get a list of ClusterNetwork objects in a namespace.", |
| 7803 | + "operationId": "listNamespacedClusterNetwork", |
7804 | 7804 | "parameters": [ |
7805 | 7805 | { |
7806 | 7806 | "name": "continue", |
|
7842 | 7842 | "type": "integer" |
7843 | 7843 | } |
7844 | 7844 | }, |
| 7845 | + { |
| 7846 | + "name": "namespace", |
| 7847 | + "in": "path", |
| 7848 | + "description": "Object name and auth scope, such as for teams and projects", |
| 7849 | + "required": true, |
| 7850 | + "schema": { |
| 7851 | + "type": "string", |
| 7852 | + "pattern": "[a-z0-9][a-z0-9\\-]*" |
| 7853 | + } |
| 7854 | + }, |
7845 | 7855 | { |
7846 | 7856 | "name": "resourceVersion", |
7847 | 7857 | "in": "query", |
|
7914 | 7924 | "tags": [ |
7915 | 7925 | "Networks" |
7916 | 7926 | ], |
7917 | | - "summary": "Create a Cluster Network", |
| 7927 | + "summary": "Create a Namespaced Cluster Network", |
7918 | 7928 | "description": "Create a ClusterNetwork object.", |
7919 | | - "operationId": "createClusterNetwork", |
| 7929 | + "operationId": "createNamespacedClusterNetwork", |
| 7930 | + "parameters": [ |
| 7931 | + { |
| 7932 | + "name": "namespace", |
| 7933 | + "in": "path", |
| 7934 | + "description": "Object name and auth scope, such as for teams and projects", |
| 7935 | + "required": true, |
| 7936 | + "schema": { |
| 7937 | + "type": "string", |
| 7938 | + "pattern": "[a-z0-9][a-z0-9\\-]*" |
| 7939 | + } |
| 7940 | + } |
| 7941 | + ], |
7920 | 7942 | "requestBody": { |
7921 | 7943 | "content": { |
7922 | 7944 | "application/json": { |
|
8001 | 8023 | "tags": [ |
8002 | 8024 | "Networks" |
8003 | 8025 | ], |
8004 | | - "summary": "Read a Cluster Network", |
| 8026 | + "summary": "Read a Namespaced Cluster Network", |
8005 | 8027 | "description": "Get a ClusterNetwork object.", |
8006 | | - "operationId": "readClusterNetwork", |
| 8028 | + "operationId": "readNamespacedClusterNetwork", |
8007 | 8029 | "parameters": [ |
8008 | 8030 | { |
8009 | 8031 | "name": "exact", |
|
8069 | 8091 | "tags": [ |
8070 | 8092 | "Networks" |
8071 | 8093 | ], |
8072 | | - "summary": "Replace a Cluster Network", |
| 8094 | + "summary": "Replace a Namespaced Cluster Network", |
8073 | 8095 | "description": "Update a ClusterNetwork object.", |
8074 | | - "operationId": "replaceClusterNetwork", |
| 8096 | + "operationId": "replaceNamespacedClusterNetwork", |
8075 | 8097 | "requestBody": { |
8076 | 8098 | "content": { |
8077 | 8099 | "application/json": { |
|
8139 | 8161 | "tags": [ |
8140 | 8162 | "Networks" |
8141 | 8163 | ], |
8142 | | - "summary": "Delete a Cluster Network", |
| 8164 | + "summary": "Delete a Namespaced Cluster Network", |
8143 | 8165 | "description": "Delete a ClusterNetwork object.", |
8144 | | - "operationId": "deleteClusterNetwork", |
| 8166 | + "operationId": "deleteNamespacedClusterNetwork", |
8145 | 8167 | "parameters": [ |
8146 | 8168 | { |
8147 | 8169 | "name": "gracePeriodSeconds", |
|
8220 | 8242 | "tags": [ |
8221 | 8243 | "Networks" |
8222 | 8244 | ], |
8223 | | - "summary": "Patch a Cluster Network", |
| 8245 | + "summary": "Patch a Namespaced Cluster Network", |
8224 | 8246 | "description": "Patch a ClusterNetwork object.", |
8225 | | - "operationId": "patchClusterNetwork", |
| 8247 | + "operationId": "patchNamespacedClusterNetwork", |
8226 | 8248 | "requestBody": { |
8227 | 8249 | "content": { |
8228 | 8250 | "application/json-patch+json": { |
|
8271 | 8293 | "type": "string", |
8272 | 8294 | "pattern": "[a-z0-9][a-z0-9\\-]*" |
8273 | 8295 | } |
| 8296 | + }, |
| 8297 | + { |
| 8298 | + "name": "namespace", |
| 8299 | + "in": "path", |
| 8300 | + "description": "Object name and auth scope, such as for teams and projects", |
| 8301 | + "required": true, |
| 8302 | + "schema": { |
| 8303 | + "type": "string", |
| 8304 | + "pattern": "[a-z0-9][a-z0-9\\-]*" |
| 8305 | + } |
8274 | 8306 | } |
8275 | 8307 | ] |
8276 | 8308 | }, |
|
8279 | 8311 | "tags": [ |
8280 | 8312 | "Networks" |
8281 | 8313 | ], |
8282 | | - "summary": "List Node Networks", |
8283 | | - "description": "Get a list of all NodeNetwork objects.", |
8284 | | - "operationId": "listNodeNetwork", |
| 8314 | + "summary": "List Namespaced Node Networks", |
| 8315 | + "description": "Get a list of NodeNetwork objects in a namespace.", |
| 8316 | + "operationId": "listNamespacedNodeNetwork", |
8285 | 8317 | "parameters": [ |
8286 | 8318 | { |
8287 | 8319 | "name": "continue", |
|
8323 | 8355 | "type": "integer" |
8324 | 8356 | } |
8325 | 8357 | }, |
| 8358 | + { |
| 8359 | + "name": "namespace", |
| 8360 | + "in": "path", |
| 8361 | + "description": "Object name and auth scope, such as for teams and projects", |
| 8362 | + "required": true, |
| 8363 | + "schema": { |
| 8364 | + "type": "string", |
| 8365 | + "pattern": "[a-z0-9][a-z0-9\\-]*" |
| 8366 | + } |
| 8367 | + }, |
8326 | 8368 | { |
8327 | 8369 | "name": "resourceVersion", |
8328 | 8370 | "in": "query", |
|
8395 | 8437 | "tags": [ |
8396 | 8438 | "Networks" |
8397 | 8439 | ], |
8398 | | - "summary": "Create a Node Network", |
| 8440 | + "summary": "Create a Namespaced Node Network", |
8399 | 8441 | "description": "Create a NodeNetwork object.", |
8400 | | - "operationId": "createNodeNetwork", |
| 8442 | + "operationId": "createNamespacedNodeNetwork", |
| 8443 | + "parameters": [ |
| 8444 | + { |
| 8445 | + "name": "namespace", |
| 8446 | + "in": "path", |
| 8447 | + "description": "Object name and auth scope, such as for teams and projects", |
| 8448 | + "required": true, |
| 8449 | + "schema": { |
| 8450 | + "type": "string", |
| 8451 | + "pattern": "[a-z0-9][a-z0-9\\-]*" |
| 8452 | + } |
| 8453 | + } |
| 8454 | + ], |
8401 | 8455 | "requestBody": { |
8402 | 8456 | "content": { |
8403 | 8457 | "application/json": { |
|
8482 | 8536 | "tags": [ |
8483 | 8537 | "Networks" |
8484 | 8538 | ], |
8485 | | - "summary": "Read a Node Network", |
| 8539 | + "summary": "Read a Namespaced Node Network", |
8486 | 8540 | "description": "Get a NodeNetwork object.", |
8487 | | - "operationId": "readNodeNetwork", |
| 8541 | + "operationId": "readNamespacedNodeNetwork", |
8488 | 8542 | "parameters": [ |
8489 | 8543 | { |
8490 | 8544 | "name": "exact", |
|
8550 | 8604 | "tags": [ |
8551 | 8605 | "Networks" |
8552 | 8606 | ], |
8553 | | - "summary": "Replace a Node Network", |
| 8607 | + "summary": "Replace a Namespaced Node Network", |
8554 | 8608 | "description": "Update a NodeNetwork object.", |
8555 | | - "operationId": "replaceNodeNetwork", |
| 8609 | + "operationId": "replaceNamespacedNodeNetwork", |
8556 | 8610 | "requestBody": { |
8557 | 8611 | "content": { |
8558 | 8612 | "application/json": { |
|
8620 | 8674 | "tags": [ |
8621 | 8675 | "Networks" |
8622 | 8676 | ], |
8623 | | - "summary": "Delete a Node Network", |
| 8677 | + "summary": "Delete a Namespaced Node Network", |
8624 | 8678 | "description": "Delete a NodeNetwork object.", |
8625 | | - "operationId": "deleteNodeNetwork", |
| 8679 | + "operationId": "deleteNamespacedNodeNetwork", |
8626 | 8680 | "parameters": [ |
8627 | 8681 | { |
8628 | 8682 | "name": "gracePeriodSeconds", |
|
8701 | 8755 | "tags": [ |
8702 | 8756 | "Networks" |
8703 | 8757 | ], |
8704 | | - "summary": "Patch a Node Network", |
| 8758 | + "summary": "Patch a Namespaced Node Network", |
8705 | 8759 | "description": "Patch a NodeNetwork object.", |
8706 | | - "operationId": "patchNodeNetwork", |
| 8760 | + "operationId": "patchNamespacedNodeNetwork", |
8707 | 8761 | "requestBody": { |
8708 | 8762 | "content": { |
8709 | 8763 | "application/json-patch+json": { |
|
8752 | 8806 | "type": "string", |
8753 | 8807 | "pattern": "[a-z0-9][a-z0-9\\-]*" |
8754 | 8808 | } |
| 8809 | + }, |
| 8810 | + { |
| 8811 | + "name": "namespace", |
| 8812 | + "in": "path", |
| 8813 | + "description": "Object name and auth scope, such as for teams and projects", |
| 8814 | + "required": true, |
| 8815 | + "schema": { |
| 8816 | + "type": "string", |
| 8817 | + "pattern": "[a-z0-9][a-z0-9\\-]*" |
| 8818 | + } |
8755 | 8819 | } |
8756 | 8820 | ] |
8757 | 8821 | } |
|
9492 | 9556 | }, |
9493 | 9557 | "sourceType": { |
9494 | 9558 | "type": "string", |
9495 | | - "default": "" |
| 9559 | + "default": "", |
| 9560 | + "enum": [ |
| 9561 | + "download", |
| 9562 | + "export-from-volume", |
| 9563 | + "upload" |
| 9564 | + ] |
9496 | 9565 | }, |
9497 | 9566 | "storageClassParameters": { |
9498 | 9567 | "type": "object", |
|
0 commit comments