Field | Type | Description |
---|---|---|
apiVersion |
string | digitalocean.kubeform.com/v1alpha1 |
kind |
string | KubernetesCluster |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
KubernetesClusterSpec | |
status |
KubernetesClusterStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
clusterSubnet |
string | (Optional) |
createdAt |
string | (Optional) |
endpoint |
string | (Optional) |
ipv4Address |
string | (Optional) |
kubeConfig |
[]KubernetesClusterSpecKubeConfig | (Optional) |
name |
string | |
nodePool |
[]KubernetesClusterSpecNodePool | |
region |
string | |
serviceSubnet |
string | (Optional) |
status |
string | (Optional) |
tags |
[]string | (Optional) |
updatedAt |
string | (Optional) |
version |
string |
Field | Type | Description |
---|---|---|
clientCertificate |
string | (Optional) |
clientKey |
string | (Optional) |
clusterCaCertificate |
string | (Optional) |
host |
string | (Optional) |
rawConfig |
string | (Optional) |
Field | Type | Description |
---|---|---|
ID |
string | (Optional) |
name |
string | |
nodeCount |
int | |
nodes |
[]KubernetesClusterSpecNodePoolNodes | (Optional) |
size |
string | |
tags |
[]string | (Optional) |
Field | Type | Description |
---|---|---|
createdAt |
string | (Optional) |
ID |
string | (Optional) |
name |
string | (Optional) |
status |
string | (Optional) |
updatedAt |
string | (Optional) |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
KubernetesClusterSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |