Retrieving the Data Source
This data source can be retrieved by one of ID or name.Retrieve by ID
To retrieve by ID, fill in only theid field:
Retrieve by Name
To retrieve by name, fill in only thename and parent_id fields:
Schema
Optional
id(String) Identifier for the resource, unique for its resource type.name(String) Human readable name for the resource.parent_id(String) Identifier of the parent resource to which the resource belongs.
Read-Only
-
control_plane(Attributes) (see below for nested schema) -
created_at(String) : Timestamp indicating when the resource was created. A string representing a timestamp in ISO 8601 format:YYYY-MM-DDTHH:MM:SSZorYYYY-MM-DDTHH:MM:SS.SSS±HH:MM -
kube_network(Attributes) Defines kubernetes network configuration, like IP allocation. (see below for nested schema) -
labels(Map of String) : Labels associated with the resource. -
metadata(Attributes) :Inner value description
Common resource metadata. (see below for nested schema) -
resource_version(Number) : Version of the resource for safe concurrent modifications and consistent reads. Positive and monotonically increases on each resource spec change (but not on each change of the resource’s container(s) or status). Service allows zero value or current. -
status(Attributes) (see below for nested schema) -
updated_at(String) : Timestamp indicating when the resource was last updated. A string representing a timestamp in ISO 8601 format:YYYY-MM-DDTHH:MM:SSZorYYYY-MM-DDTHH:MM:SS.SSS±HH:MM
Nested Schema for control_plane
Read-Only:
-
endpoints(Attributes) (see below for nested schema) -
etcd_cluster_size(Number) : Number of instances in etcd cluster. 3 by default. Control plane withetcd_cluster_size: 3called “Highly Available” (“HA”), because it’s Kubernetes API will be available despite a failure of one control plane instance. -
subnet_id(String) Subnet ID where control plane instances will be located. -
version(String) : Version is desired Kubernetes version of the cluster. For now only acceptable format isMAJOR.MINORlike “1.31”. Option for patch version update will be added later.
Nested Schema for control_plane.endpoints
Read-Only:
public_endpoint(Attributes) PublicEndpointSpec is a specification of public endpoint for control plane. (see below for nested schema)
Nested Schema for control_plane.endpoints.public_endpoint
Nested Schema for kube_network
Read-Only:
-
service_cidrs(List of String) : CIDR blocks for Service ClusterIP allocation. For now, only one value is supported. Must be a valid CIDR block or prefix length. In case of prefix length, certain CIDR is auto allocated. Specified CIDR blocks will be reserved in Cluster.spec.control_plane.subnet_id to prevent address duplication. Allowed prefix length is from “/12” to “/28”. Empty value treated as [“/16”].
Nested Schema for metadata
Nested Schema for status
Read-Only:
-
control_plane(Attributes) (see below for nested schema) -
reconciling(Boolean) Show that changes are in flight -
state(String) :Supported values
Possible values:STATE_UNSPECIFIEDPROVISIONINGRUNNINGDELETING
Nested Schema for status.control_plane
Read-Only:
-
auth(Attributes) (see below for nested schema) -
endpoints(Attributes) :Inner value description
Endpoints of Kubernetes control plane. Kubernetes API can be accessed athttps://endpoint/. (see below for nested schema) -
etcd_cluster_size(Number) Number of instances in etcd cluster. -
version(String) Version have formatmajor.minor.patch-nebius-cp.nlike “1.30.0-nebius-cp.3”.
Nested Schema for status.control_plane.auth
Read-Only:
cluster_ca_certificate(String)
Nested Schema for status.control_plane.endpoints
Read-Only:
private_endpoint(String) DNS name or IP address accessible from the user VPC.public_endpoint(String) DNS name or IP address accessible from the Internet.