Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: run make docs-generate #893

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions docs/resources/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,9 @@ Read-Only:
Optional:

- `autoscale` (Boolean) Whether this specific tier should be auto-scaled, overrides deployment-wide setting. Allowed for `ml` tier only.
- `max_size` (String) Maximum size value for the maximum autoscaling setting.
- `max_size` (String) Maximum autoscaling size. Set it to "0g" if tier should not be created when autoscaling is enabled on ES level
- `max_size_resource` (String) Maximum resource type for the maximum autoscaling setting.
- `min_size` (String) Minimum size value for the minimum autoscaling setting.
- `min_size` (String) Minimum autoscaling size.
- `min_size_resource` (String) Minimum resource type for the minimum autoscaling setting.

Read-Only:
Expand Down Expand Up @@ -461,9 +461,9 @@ Read-Only:
Optional:

- `autoscale` (Boolean) Whether this specific tier should be auto-scaled, overrides deployment-wide setting. Allowed for `ml` tier only.
- `max_size` (String) Maximum size value for the maximum autoscaling setting.
- `max_size` (String) Maximum autoscaling size. Set it to "0g" if tier should not be created when autoscaling is enabled on ES level
- `max_size_resource` (String) Maximum resource type for the maximum autoscaling setting.
- `min_size` (String) Minimum size value for the minimum autoscaling setting.
- `min_size` (String) Minimum autoscaling size.
- `min_size_resource` (String) Minimum resource type for the minimum autoscaling setting.

Read-Only:
Expand Down Expand Up @@ -516,9 +516,9 @@ Read-Only:
Optional:

- `autoscale` (Boolean) Whether this specific tier should be auto-scaled, overrides deployment-wide setting. Allowed for `ml` tier only.
- `max_size` (String) Maximum size value for the maximum autoscaling setting.
- `max_size` (String) Maximum autoscaling size. Set it to "0g" if tier should not be created when autoscaling is enabled on ES level
- `max_size_resource` (String) Maximum resource type for the maximum autoscaling setting.
- `min_size` (String) Minimum size value for the minimum autoscaling setting.
- `min_size` (String) Minimum autoscaling size.
- `min_size_resource` (String) Minimum resource type for the minimum autoscaling setting.

Read-Only:
Expand Down Expand Up @@ -569,9 +569,9 @@ Read-Only:
Optional:

- `autoscale` (Boolean) Whether this specific tier should be auto-scaled, overrides deployment-wide setting. Allowed for `ml` tier only.
- `max_size` (String) Maximum size value for the maximum autoscaling setting.
- `max_size` (String) Maximum autoscaling size. Set it to "0g" if tier should not be created when autoscaling is enabled on ES level
- `max_size_resource` (String) Maximum resource type for the maximum autoscaling setting.
- `min_size` (String) Minimum size value for the minimum autoscaling setting.
- `min_size` (String) Minimum autoscaling size.
- `min_size_resource` (String) Minimum resource type for the minimum autoscaling setting.

Read-Only:
Expand Down Expand Up @@ -623,9 +623,9 @@ Read-Only:
Optional:

- `autoscale` (Boolean) Whether this specific tier should be auto-scaled, overrides deployment-wide setting. Allowed for `ml` tier only.
- `max_size` (String) Maximum size value for the maximum autoscaling setting.
- `max_size` (String) Maximum autoscaling size. Set it to "0g" if tier should not be created when autoscaling is enabled on ES level
- `max_size_resource` (String) Maximum resource type for the maximum autoscaling setting.
- `min_size` (String) Minimum size value for the minimum autoscaling setting.
- `min_size` (String) Minimum autoscaling size.
- `min_size_resource` (String) Minimum resource type for the minimum autoscaling setting.

Read-Only:
Expand Down Expand Up @@ -665,9 +665,9 @@ Read-Only:
Optional:

- `autoscale` (Boolean) Whether this specific tier should be auto-scaled, overrides deployment-wide setting. Allowed for `ml` tier only.
- `max_size` (String) Maximum size value for the maximum autoscaling setting.
- `max_size` (String) Maximum autoscaling size. Set it to "0g" if tier should not be created when autoscaling is enabled on ES level
- `max_size_resource` (String) Maximum resource type for the maximum autoscaling setting.
- `min_size` (String) Minimum size value for the minimum autoscaling setting.
- `min_size` (String) Minimum autoscaling size.
- `min_size_resource` (String) Minimum resource type for the minimum autoscaling setting.

Read-Only:
Expand Down Expand Up @@ -787,9 +787,9 @@ Read-Only:
Optional:

- `autoscale` (Boolean) Whether this specific tier should be auto-scaled, overrides deployment-wide setting. Allowed for `ml` tier only.
- `max_size` (String) Maximum size value for the maximum autoscaling setting.
- `max_size` (String) Maximum autoscaling size. Set it to "0g" if tier should not be created when autoscaling is enabled on ES level
- `max_size_resource` (String) Maximum resource type for the maximum autoscaling setting.
- `min_size` (String) Minimum size value for the minimum autoscaling setting.
- `min_size` (String) Minimum autoscaling size.
- `min_size_resource` (String) Minimum resource type for the minimum autoscaling setting.

Read-Only:
Expand Down
Loading