Skip to content

Commit a44ec88

Browse files
authored
Merge pull request #1185 from ioito/hotfix/qx-capa-image
fix: add image capa
2 parents 42e126b + b6faba9 commit a44ec88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cloudprovider/consts.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const (
5959
CLOUD_CAPABILITY_VPC_PEER = "vpcpeer" // 对等连接
6060
CLOUD_CAPABILITY_MISC = "misc"
6161
CLOUD_CAPABILITY_CERT = "sslcertificates" // 证书
62+
CLOUD_CAPABILITY_IMAGE = "image" // 镜像
6263
)
6364

6465
const (

0 commit comments

Comments
 (0)