Merge branch 'dev' into 'main'

This commit is contained in:
stSolo
2022-08-19 16:51:40 +03:00
parent 96ce997ecc
commit c33e0cc5fc

View File

@@ -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"`