From 39dbcd718b3c53a9f82220755b4757ffcd661294 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Thu, 16 Jul 2026 08:55:33 +0000 Subject: [PATCH] Generate edge --- services/edge/model_acl.go | 2 +- services/edge/oas_commit | 2 +- services/edge/v1beta1api/model_acl.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/edge/model_acl.go b/services/edge/model_acl.go index 07452bcc8..f2bf3c895 100644 --- a/services/edge/model_acl.go +++ b/services/edge/model_acl.go @@ -45,7 +45,7 @@ func setAclGetIpAllowListAttributeType(arg *AclGetIpAllowListAttributeType, val *arg = &val } -// Acl The ACL config for the instances API and all edgecluster proxies. +// Acl The ACL config for the instances API. // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead type Acl struct { IpAllowList AclGetIpAllowListAttributeType `json:"ipAllowList,omitempty"` diff --git a/services/edge/oas_commit b/services/edge/oas_commit index 375e3bee8..f4e71ced1 100644 --- a/services/edge/oas_commit +++ b/services/edge/oas_commit @@ -1 +1 @@ -f03aa0907e74e8b2a68149937622d809c7c4aef5 +beeb2da62f7e0fe249320b50f07e328653c67055 diff --git a/services/edge/v1beta1api/model_acl.go b/services/edge/v1beta1api/model_acl.go index c5c0328ac..bd718e29e 100644 --- a/services/edge/v1beta1api/model_acl.go +++ b/services/edge/v1beta1api/model_acl.go @@ -17,7 +17,7 @@ import ( // checks if the Acl type satisfies the MappedNullable interface at compile time var _ MappedNullable = &Acl{} -// Acl The ACL config for the instances API and all edgecluster proxies. +// Acl The ACL config for the instances API. type Acl struct { IpAllowList []IpAllowListEntry `json:"ipAllowList,omitempty"` AdditionalProperties map[string]interface{}