From c33e0cc5fcbd26411797f00f10a2ec81acec9c7a Mon Sep 17 00:00:00 2001 From: stSolo Date: Fri, 19 Aug 2022 16:51:40 +0300 Subject: [PATCH] Merge branch 'dev' into 'main' --- pkg/cloudapi/k8s/models.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cloudapi/k8s/models.go b/pkg/cloudapi/k8s/models.go index c1ffa39..6f97992 100644 --- a/pkg/cloudapi/k8s/models.go +++ b/pkg/cloudapi/k8s/models.go @@ -83,10 +83,10 @@ type AclList []Acl type K8SItem struct { AccountId uint64 `json:"accountId"` AccountName string `json:"accountName"` - Acl string `json:"acl"` + Acl []interface{} `json:"acl"` BServiceId uint64 `json:"bserviceId"` CIId uint64 `json:"ciId"` - Config string `json:"config"` + Config interface{} `json:"config"` CreatedBy string `json:"createdBy"` CreatedTime uint64 `json:"createdTime"` DeletedBy string `json:"deletedBy"`