You are looking at the documentation of a prior release. To read the documentation of the latest release, please
visit here.
Field | Type | Description |
---|---|---|
apiVersion | string | linode.kubeform.com/v1alpha1 |
kind | string | LkeCluster |
metadata | Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec | LkeClusterSpec | |
status | LkeClusterStatus |
Appears on:LkeCluster, LkeClusterStatus
Field | Type | Description |
---|---|---|
providerRef | Kubernetes core/v1.LocalObjectReference | |
id | string | |
secretRef | Kubernetes core/v1.LocalObjectReference | |
apiEndpoints | []string | (Optional) The API endpoints for the cluster. |
k8sVersion | string | The desired Kubernetes version for this Kubernetes cluster in the format of |
label | string | The unique label for the cluster. |
pool | []LkeClusterSpecPool | A node pool in the cluster. |
region | string | This cluster’s location. |
status | string | (Optional) The status of the cluster. |
tags | []string | (Optional) An array of tags applied to this object. Tags are for organizational purposes only. |
Appears on:LkeClusterSpec
Field | Type | Description |
---|---|---|
count | int64 | The number of nodes in the Node Pool. |
ID | int64 | (Optional) The ID of the Node Pool. |
nodes | []LkeClusterSpecPoolNodes | (Optional) The nodes in the node pool. |
type | string | A Linode Type for all of the nodes in the Node Pool. |
Appears on:LkeClusterSpecPool
Field | Type | Description |
---|---|---|
ID | string | (Optional) The ID of the node. |
instanceID | int64 | (Optional) The ID of the underlying Linode instance. |
status | string | (Optional) The status of the node. |
Appears on:LkeCluster
Field | Type | Description |
---|---|---|
observedGeneration | int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output | LkeClusterSpec | (Optional) |
state | kubeform.dev/kubeform/apis/base/v1alpha1.State | (Optional) |
phase | Phase | (Optional) |
string
alias)Appears on:LkeClusterStatus
Name | Type | Description |
---|---|---|
kubeconfig | string | The Base64-encoded Kubeconfig for the cluster. |