Merge branch 'dev' into 'main'
This commit is contained in:
@@ -83,10 +83,10 @@ type AclList []Acl
|
|||||||
type K8SItem struct {
|
type K8SItem struct {
|
||||||
AccountId uint64 `json:"accountId"`
|
AccountId uint64 `json:"accountId"`
|
||||||
AccountName string `json:"accountName"`
|
AccountName string `json:"accountName"`
|
||||||
Acl string `json:"acl"`
|
Acl []interface{} `json:"acl"`
|
||||||
BServiceId uint64 `json:"bserviceId"`
|
BServiceId uint64 `json:"bserviceId"`
|
||||||
CIId uint64 `json:"ciId"`
|
CIId uint64 `json:"ciId"`
|
||||||
Config string `json:"config"`
|
Config interface{} `json:"config"`
|
||||||
CreatedBy string `json:"createdBy"`
|
CreatedBy string `json:"createdBy"`
|
||||||
CreatedTime uint64 `json:"createdTime"`
|
CreatedTime uint64 `json:"createdTime"`
|
||||||
DeletedBy string `json:"deletedBy"`
|
DeletedBy string `json:"deletedBy"`
|
||||||
|
|||||||
Reference in New Issue
Block a user