Skip to content

Commit

Permalink
Merge pull request #163 from MZC-CSC/feature_tag_ali_20240704
Browse files Browse the repository at this point in the history
add TAG To resType
  • Loading branch information
MZC-CSC authored Jul 8, 2024
2 parents 3742942 + 9383625 commit 0e7424c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cloud-control-manager/cloud-driver/call-log/calllogger.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const (
VM RES_TYPE = "VM"
MYIMAGE RES_TYPE = "MYIMAGE"
NLB RES_TYPE = "NETWORKLOADBALANCER"
TAG RES_TYPE = "TAG"

//=========== PMKS: Provider-Managed K8S
CLUSTER RES_TYPE = "CLUSTER"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ var resTypeList = []call.RES_TYPE{
call.VM,
call.MYIMAGE,
call.NLB,
call.TAG,
}

func setRandom(info *call.CLOUDLOGSCHEMA) {
Expand Down

0 comments on commit 0e7424c

Please sign in to comment.