Skip to content

Commit

Permalink
generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Jul 30, 2024
1 parent 7a3f1f6 commit e3e1753
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/data-sources/sks_nodepool.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ description: |-
- `labels` (Map of String) A map of key/value labels.
- `name` (String)
- `private_network_ids` (Set of String) A list of [exoscale_private_network](./private_network.md) (IDs) to be attached to the managed instances.
- `public_ip_assignment` (String) Configures public IP assignment of the Instances with:
* IPv4 ('inet4') addressing only (default);
* both IPv4 and IPv6 ('dual') addressing.
- `security_group_ids` (Set of String) A list of [exoscale_security_group](./security_group.md) (IDs) to be attached to the managed instances.
- `size` (Number)
- `state` (String) The current pool state.
Expand Down
2 changes: 2 additions & 0 deletions docs/data-sources/sks_nodepool_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ description: |-
- `instance_type` (String) Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
- `labels` (Map of String) Match against key/values. Keys are matched exactly, while values may be matched as a regex if you supply a string that begins and ends with "/"
- `name` (String) Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
- `public_ip_assignment` (String) Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
- `size` (Number) Match against this int
- `state` (String) Match against this string. If you supply a string that begins and ends with a "/" it will be matched as a regex.
- `storage_lvm` (Boolean) Match against this bool
Expand Down Expand Up @@ -62,6 +63,7 @@ Read-Only:
- `labels` (Map of String)
- `name` (String)
- `private_network_ids` (Set of String)
- `public_ip_assignment` (String)
- `security_group_ids` (Set of String)
- `size` (Number)
- `state` (String)
Expand Down
3 changes: 3 additions & 0 deletions docs/resources/sks_nodepool.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ directory for complete configuration examples.
- `kubelet_image_gc` (Block Set) Configuration for this nodepool's kubelet image garbage collector (see [below for nested schema](#nestedblock--kubelet_image_gc))
- `labels` (Map of String) A map of key/value labels.
- `private_network_ids` (Set of String) A list of [exoscale_private_network](./private_network.md) (IDs) to be attached to the managed instances.
- `public_ip_assignment` (String) Configures public IP assignment of the Instances with:
* IPv4 ('inet4') addressing only (default);
* both IPv4 and IPv6 ('dual') addressing.
- `security_group_ids` (Set of String) A list of [exoscale_security_group](./security_group.md) (IDs) to be attached to the managed instances.
- `storage_lvm` (Boolean) Create nodes with non-standard partitioning for persistent storage (requires min 100G of disk space) (may only be set at creation time).
- `taints` (Map of String) A map of key/value Kubernetes [taints](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) ('taints = { <key> = "<value>:<effect>" }').
Expand Down

0 comments on commit e3e1753

Please sign in to comment.