Skip to content

Commit ac15786

Browse files
committed
fix: update doc
1 parent 983ca67 commit ac15786

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

tencentcloud/services/tke/data_source_tc_kubernetes_addons.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/d/kubernetes_addons.html.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,13 @@ The following arguments are supported:
3232
In addition to all arguments above, the following attributes are exported:
3333

3434
* `addons` - List of add-ons.
35+
* `addon_name` - Add-on name.
36+
* `addon_version` - Add-on version.
37+
* `phase` - Add-on status
38+
Note: This field may return `null`, indicating that no valid values can be obtained.
39+
* `raw_values` - Add-on parameters, which are base64-encoded strings in JSON/
40+
Note: This field may return `null`, indicating that no valid values can be obtained.
41+
* `reason` - Reason for add-on failure
42+
Note: This field may return `null`, indicating that no valid values can be obtained.
3543

3644

0 commit comments

Comments
 (0)