From eba5c7674740261c012e02c87c488794296e8d1b Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Tue, 14 Jul 2026 13:03:45 +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..17750966e 100644 --- a/services/edge/oas_commit +++ b/services/edge/oas_commit @@ -1 +1 @@ -f03aa0907e74e8b2a68149937622d809c7c4aef5 +901ad1f5219d105ea61f25d16862a09c4ad635af 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{}