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.
terraform-provider-decort/docs/data-sources/k8s.md

4.2 KiB

page_title subcategory description
decort_k8s Data Source - terraform-provider-decort

decort_k8s (Data Source)

Schema

Required

  • k8s_id (Number)

Optional

Read-Only

  • account_id (Number)
  • account_name (String)
  • acl (List of Object) (see below for nested schema)
  • bservice_id (Number)
  • created_by (String)
  • created_time (Number)
  • deleted_by (String)
  • deleted_time (Number)
  • extnet_id (Number) ID of the external network to connect workers to. If omitted network will be chosen by the platfom.
  • id (String) The ID of this resource.
  • k8s_ci_name (String)
  • k8sci_id (Number)
  • kubeconfig (String) Kubeconfig for cluster access.
  • lb_id (Number)
  • lb_ip (String) IP address of default load balancer.
  • masters (List of Object) (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 (List of Object) (see below for nested schema)

Nested Schema for timeouts

Optional:

  • default (String)
  • read (String)

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 masters

Read-Only:

  • cpu (Number)
  • detailed_info (List of Object) (see below for nested schema)
  • disk (Number)
  • master_id (Number)
  • name (String)
  • num (Number)
  • ram (Number)

Nested Schema for masters.detailed_info

Read-Only:

  • compute_id (Number)
  • interfaces (List of Object) (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 (List of Object) (see below for nested schema)
  • disk (Number)
  • guid (String)
  • id (Number)
  • labels (List of String)
  • name (String)
  • num (Number)
  • ram (Number)
  • taints (List of String)

Nested Schema for workers.detailed_info

Read-Only:

  • compute_id (Number)
  • interfaces (List of Object) (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)