Skip to content

Commit

Permalink
PLT-658: refresh docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikchern committed Sep 21, 2023
1 parent f57491d commit 4141b06
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/cluster_edge.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Optional:
- `additional_labels` (Map of String)
- `control_plane` (Boolean)
- `control_plane_as_worker` (Boolean)
- `node_repave_interval` (Number) Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is `0`, Applicable only for worker pools.
- `taints` (Block List) (see [below for nested schema](#nestedblock--machine_pool--taints))
- `update_strategy` (String)

Expand Down
2 changes: 2 additions & 0 deletions docs/resources/cluster_edge_native.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ description: |-
- `apply_setting` (String)
- `backup_policy` (Block List, Max: 1) (see [below for nested schema](#nestedblock--backup_policy))
- `cloud_account_id` (String)
- `cluster_meta_attribute` (String) `cluster_meta_attribute` can be used to set additional cluster metadata information, eg `{'nic_name': 'test', 'env': 'stage'}`
- `cluster_profile` (Block List) (see [below for nested schema](#nestedblock--cluster_profile))
- `cluster_rbac_binding` (Block List) (see [below for nested schema](#nestedblock--cluster_rbac_binding))
- `host_config` (Block List) (see [below for nested schema](#nestedblock--host_config))
Expand Down Expand Up @@ -70,6 +71,7 @@ Optional:
- `control_plane` (Boolean)
- `control_plane_as_worker` (Boolean)
- `host_uids` (List of String)
- `node_repave_interval` (Number) Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is `0`, Applicable only for worker pools.
- `taints` (Block List) (see [below for nested schema](#nestedblock--machine_pool--taints))
- `update_strategy` (String)

Expand Down
2 changes: 2 additions & 0 deletions docs/resources/cluster_edge_vsphere.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ description: |-
### Optional

- `backup_policy` (Block List, Max: 1) (see [below for nested schema](#nestedblock--backup_policy))
- `cluster_meta_attribute` (String) `cluster_meta_attribute` can be used to set additional cluster metadata information, eg `{'nic_name': 'test', 'env': 'stage'}`
- `cluster_profile` (Block List) (see [below for nested schema](#nestedblock--cluster_profile))
- `cluster_rbac_binding` (Block List) (see [below for nested schema](#nestedblock--cluster_rbac_binding))
- `host_config` (Block List) (see [below for nested schema](#nestedblock--host_config))
Expand Down Expand Up @@ -79,6 +80,7 @@ Optional:
- `additional_labels` (Map of String)
- `control_plane` (Boolean)
- `control_plane_as_worker` (Boolean)
- `node_repave_interval` (Number) Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is `0`, Applicable only for worker pools.
- `taints` (Block List) (see [below for nested schema](#nestedblock--machine_pool--taints))
- `update_strategy` (String)

Expand Down
2 changes: 2 additions & 0 deletions docs/resources/cluster_libvirt.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ resource "spectrocloud_cluster_libvirt" "libvirt_cluster" {
- `apply_setting` (String)
- `backup_policy` (Block List, Max: 1) (see [below for nested schema](#nestedblock--backup_policy))
- `cloud_account_id` (String)
- `cluster_meta_attribute` (String) `cluster_meta_attribute` can be used to set additional cluster metadata information, eg `{'nic_name': 'test', 'env': 'stage'}`
- `cluster_profile` (Block List) (see [below for nested schema](#nestedblock--cluster_profile))
- `cluster_rbac_binding` (Block List) (see [below for nested schema](#nestedblock--cluster_rbac_binding))
- `host_config` (Block List) (see [below for nested schema](#nestedblock--host_config))
Expand Down Expand Up @@ -157,6 +158,7 @@ Optional:
- `additional_labels` (Map of String)
- `control_plane` (Boolean)
- `control_plane_as_worker` (Boolean)
- `node_repave_interval` (Number) Minimum number of seconds node should be Ready, before the next node is selected for repave. Default value is `0`, Applicable only for worker pools.
- `taints` (Block List) (see [below for nested schema](#nestedblock--machine_pool--taints))
- `update_strategy` (String)
- `xsl_template` (String) XSL template to use.
Expand Down

0 comments on commit 4141b06

Please sign in to comment.