feat: add jdcloud cdn deployer

This commit is contained in:
Fu Diwei
2025-02-20 00:51:34 +08:00
parent 0e1f720419
commit 5139198691
15 changed files with 276 additions and 73 deletions

View File

@@ -127,6 +127,7 @@ const (
DeployProviderTypeHuaweiCloudCDN = DeployProviderType("huaweicloud-cdn")
DeployProviderTypeHuaweiCloudELB = DeployProviderType("huaweicloud-elb")
DeployProviderTypeHuaweiCloudWAF = DeployProviderType("huaweicloud-waf")
DeployProviderTypeJDCloudCDN = DeployProviderType("jdcloud-cdn")
DeployProviderTypeKubernetesSecret = DeployProviderType("k8s-secret")
DeployProviderTypeLocal = DeployProviderType("local")
DeployProviderTypeQiniuCDN = DeployProviderType("qiniu-cdn")