Kubernetes Cluster Model
- Name
uuid
- Type
- string
- Description
The unique identifier of the Kubernetes cluster.
- Name
name
- Type
- string
- Description
Human-readble given to the Kubernetes cluster at its creation.
- Name
task
- Type
- object | null
- Description
Current status of the task or null if the task doesn't exist.
- Name
ipv4
- Type
- string
- Description
The public IPv4 address of the Kubernetes master node.
- Name
cluster_subnet
- Type
- string
- Description
The range of IP addresses in the overlay network of the Kubernetes cluster in CIDR notation.
- Name
service_subnet
- Type
- string
- Description
The range of assignable IP addresses for services running in the Kubernetes cluster in CIDR notation.
- Name
endpoint
- Type
- string
- Description
The base URL of the API server on the Kubernetes master node.
- Name
region
- Type
- object
- Description
The region which the Kubernetes cluster is located. See region model.
- Name
version
- Type
- object
- Description
Size of the Disk, Memory and vpcu used for the Kubernetes cluster resize if needed.
- Name
node_pools
- Type
- array
- Description
Array of objects. An object specifying the details of the worker nodes available to the Kubernetes cluster. See Node Pool Model.
- Name
tags
- Type
- array
- Description
An array of the tags which are used to tag the Kubernetes cluster.
- Name
created_at
- Type
- string
- Description
The date and time in ISO 8601 formats of when the backup was created.
Node Pool Model
- Name
uuid
- Type
- string
- Description
The unique identifier that can be used to identify and reference a specific node pool.
- Name
stacklet_id
- Type
- integer
- Description
The unique ID of the Stacklet used as workers in the node pool.
- Name
name
- Type
- string
- Description
A human-readable name for the node pool.
- Name
size
- Type
- string
- Description
Contains size info of Stacklet used as workers in the node pool.
- Name
nodes
- Type
- array
- Description
Array of objects. An object specifying the details of a specific worker node in a node pool.