Learn R Programming

civis (version 1.6.1)

clusters_get_kubernetes: Describe a Kubernetes Cluster

Description

Describe a Kubernetes Cluster

Usage

clusters_get_kubernetes(id)

Arguments

id

integer required. The ID of this cluster.

Value

A list containing the following elements:

id

integer, The ID of this cluster.

organizationId

string, The id of this cluster's organization.

organizationSlug

string, The slug of this cluster's organization.

clusterPartitions

array, An array containing the following fields:

  • clusterPartitionId integer, The ID of this cluster partition.

  • name string, The name of the cluster partition.

  • labels array, Labels associated with this partition.

  • instanceConfigs array, The instances configured for this cluster partition.

  • defaultInstanceConfigId integer, The id of the InstanceConfig that is the default for this partition.

isNatEnabled

boolean, Whether this cluster needs a NAT gateway or not.