tencentcloud-sdk-tke 1.0.200

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 71479cc8936ca9e9d996d2a05de01964c64c81a7
4
+ data.tar.gz: c1a1035e47f8f90e1a7711644488452a699de0e0
5
+ SHA512:
6
+ metadata.gz: a009c1e185d875c296d8220aae7fb97df802cb1c5a4848a732c13d5b5bf842c43bc266a23fb0be49afc77e9ad2ae5838962fda7a8da1697addf1d4ed1c7ee337
7
+ data.tar.gz: 02f97ec87726e913b89fc2129dc28f9664a74d684819883ebca9528dd93ceda032c4bea72223914b882cd673104311b1942953a6b988183daaafec9b265184d3
data/lib/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.0.200
@@ -0,0 +1,11 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'tencentcloud-sdk-common'
4
+
5
+ require_relative 'v20180525/client'
6
+ require_relative 'v20180525/models'
7
+
8
+ module TencentCloud
9
+ module Tke
10
+ end
11
+ end