[pdm-devel] [PATCH proxmox v2 2/2] pve-api-types: regenerate

Stefan Hanreich s.hanreich at proxmox.com
Thu Nov 13 17:20:50 CET 2025


Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
 pve-api-types/src/generated/types.rs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pve-api-types/src/generated/types.rs b/pve-api-types/src/generated/types.rs
index e19b88ae..fb16fff2 100644
--- a/pve-api-types/src/generated/types.rs
+++ b/pve-api-types/src/generated/types.rs
@@ -818,7 +818,7 @@ fn test_regex_compilation_4() {
             optional: true,
             type: Integer,
         },
-        zone_type: {
+        "zone-type": {
             optional: true,
             type: String,
         },
@@ -983,6 +983,7 @@ pub struct ClusterResource {
 
     /// The type of an SDN zone (for type 'sdn').
     #[serde(default, skip_serializing_if = "Option::is_none")]
+    #[serde(rename = "zone-type")]
     pub zone_type: Option<String>,
 }
 
-- 
2.47.3




More information about the pdm-devel mailing list