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.

4.5 KiB

page_title subcategory description
dynamix_k8s Data Source - terraform-provider-dynamix

dynamix_k8s (Data Source)

Schema

Required

  • k8s_id (Number)

Optional

Read-Only

  • account_id (Number)
  • account_name (String)
  • acl (Attributes) (see below for nested schema)
  • address_vip (Attributes) (see below for nested schema)
  • bservice_id (Number)
  • created_by (String)
  • created_time (Number)
  • deleted_by (String)
  • deleted_time (Number)
  • extnet_id (Number)
  • extnet_only (Boolean)
  • ha_mode (Boolean)
  • id (String) The ID of this resource.
  • k8sci_id (Number)
  • k8sci_name (String)
  • kubeconfig (String)
  • lb_id (Number)
  • lb_ip (String)
  • masters (Attributes) (see below for nested schema)
  • name (String)
  • network_plugin (String)
  • rg_id (Number)
  • rg_name (String)
  • status (String)
  • tech_status (String)
  • updated_by (String)
  • updated_time (Number)
  • vins_id (Number)
  • workers (Attributes List) (see below for nested schema)

Nested Schema for timeouts

Optional:

  • read (String) A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).

Nested Schema for acl

Read-Only:

Nested Schema for acl.account_acl

Read-Only:

  • explicit (Boolean)
  • guid (String)
  • right (String)
  • status (String)
  • type (String)
  • user_group_id (String)

Nested Schema for acl.k8s_acl

Read-Only:

  • explicit (Boolean)
  • guid (String)
  • right (String)
  • status (String)
  • type (String)
  • user_group_id (String)

Nested Schema for acl.rg_acl

Read-Only:

  • explicit (Boolean)
  • guid (String)
  • right (String)
  • status (String)
  • type (String)
  • user_group_id (String)

Nested Schema for address_vip

Read-Only:

  • backend_ip (String)
  • frontend_ip (String)

Nested Schema for masters

Read-Only:

  • cpu (Number)
  • detailed_info (Attributes List) (see below for nested schema)
  • disk (Number)
  • master_group_id (Number)
  • master_group_name (String)
  • num (Number)
  • ram (Number)

Nested Schema for masters.detailed_info

Read-Only:

  • compute_id (Number)
  • interfaces (Attributes List) (see below for nested schema)
  • name (String)
  • natable_vins_ip (String)
  • natable_vins_network (String)
  • status (String)
  • tech_status (String)

Nested Schema for masters.detailed_info.interfaces

Read-Only:

  • def_gw (String)
  • ip_address (String)

Nested Schema for workers

Read-Only:

  • annotations (List of String)
  • cpu (Number)
  • detailed_info (Attributes List) (see below for nested schema)
  • disk (Number)
  • guid (String)
  • labels (List of String)
  • num (Number)
  • ram (Number)
  • taints (List of String)
  • worker_group_id (Number)
  • worker_group_name (String)

Nested Schema for workers.detailed_info

Read-Only:

  • compute_id (Number)
  • interfaces (Attributes List) (see below for nested schema)
  • name (String)
  • natable_vins_ip (String)
  • natable_vins_network (String)
  • status (String)
  • tech_status (String)

Nested Schema for workers.detailed_info.interfaces

Read-Only:

  • def_gw (String)
  • ip_address (String)