You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
118 lines
2.8 KiB
118 lines
2.8 KiB
7 months ago
|
---
|
||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
page_title: "dynamix_k8s_list Data Source - terraform-provider-dynamix"
|
||
|
subcategory: ""
|
||
|
description: |-
|
||
|
|
||
|
---
|
||
|
|
||
|
# dynamix_k8s_list (Data Source)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<!-- schema generated by tfplugindocs -->
|
||
|
## Schema
|
||
|
|
||
|
### Optional
|
||
|
|
||
|
- `bservice_id` (Number)
|
||
|
- `by_id` (Number)
|
||
|
- `includedeleted` (Boolean)
|
||
|
- `ip_address` (String)
|
||
|
- `lb_id` (Number)
|
||
|
- `name` (String)
|
||
|
- `page` (Number)
|
||
|
- `rg_id` (Number)
|
||
|
- `size` (Number)
|
||
|
- `sort_by` (String) sort by one of supported fields, format +|-(field)
|
||
|
- `status` (String)
|
||
|
- `tech_status` (String)
|
||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||
|
|
||
|
### Read-Only
|
||
|
|
||
|
- `entry_count` (Number)
|
||
|
- `id` (String) The ID of this resource.
|
||
|
- `items` (Attributes List) (see [below for nested schema](#nestedatt--items))
|
||
|
|
||
|
<a id="nestedblock--timeouts"></a>
|
||
|
### Nested Schema for `timeouts`
|
||
|
|
||
|
Optional:
|
||
|
|
||
|
- `read` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
||
|
|
||
|
|
||
|
<a id="nestedatt--items"></a>
|
||
|
### Nested Schema for `items`
|
||
|
|
||
|
Read-Only:
|
||
|
|
||
|
- `account_id` (Number)
|
||
|
- `account_name` (String)
|
||
|
- `acl` (List of String)
|
||
|
- `bservice_id` (Number)
|
||
|
- `created_by` (String)
|
||
|
- `created_time` (Number)
|
||
|
- `deleted_by` (String)
|
||
|
- `deleted_time` (Number)
|
||
|
- `desc` (String)
|
||
|
- `extnet_id` (Number)
|
||
|
- `gid` (Number)
|
||
|
- `guid` (Number)
|
||
|
- `k8s_id` (Number)
|
||
|
- `k8s_name` (String)
|
||
|
- `k8sci_id` (Number)
|
||
|
- `lb_id` (Number)
|
||
|
- `milestones` (Number)
|
||
|
- `network_plugin` (String)
|
||
|
- `rg_id` (Number)
|
||
|
- `rg_name` (String)
|
||
|
- `service_account` (Attributes) (see [below for nested schema](#nestedatt--items--service_account))
|
||
|
- `status` (String)
|
||
|
- `tech_status` (String)
|
||
|
- `updated_by` (String)
|
||
|
- `updated_time` (Number)
|
||
|
- `vins_id` (Number)
|
||
|
- `workers_groups` (Attributes List) (see [below for nested schema](#nestedatt--items--workers_groups))
|
||
|
|
||
|
<a id="nestedatt--items--service_account"></a>
|
||
|
### Nested Schema for `items.service_account`
|
||
|
|
||
|
Read-Only:
|
||
|
|
||
|
- `guid` (String)
|
||
|
- `password` (String)
|
||
|
- `username` (String)
|
||
|
|
||
|
|
||
|
<a id="nestedatt--items--workers_groups"></a>
|
||
|
### Nested Schema for `items.workers_groups`
|
||
|
|
||
|
Read-Only:
|
||
|
|
||
|
- `annotations` (List of String)
|
||
|
- `cpu` (Number)
|
||
|
- `detailed_info` (Attributes List) (see [below for nested schema](#nestedatt--items--workers_groups--detailed_info))
|
||
|
- `disk` (Number)
|
||
|
- `guid` (String)
|
||
|
- `labels` (List of String)
|
||
|
- `num` (Number)
|
||
|
- `ram` (Number)
|
||
|
- `taints` (List of String)
|
||
|
- `worker_group_id` (Number)
|
||
|
- `worker_group_name` (String)
|
||
|
|
||
|
<a id="nestedatt--items--workers_groups--detailed_info"></a>
|
||
|
### Nested Schema for `items.workers_groups.detailed_info`
|
||
|
|
||
|
Read-Only:
|
||
|
|
||
|
- `externalip` (String)
|
||
|
- `id` (Number)
|
||
|
- `name` (String)
|
||
|
- `status` (String)
|
||
|
- `tech_status` (String)
|