KubernetesNodePool

Field Type Description
apiVersion string digitalocean.kubeform.com/v1alpha1
kind string KubernetesNodePool
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec KubernetesNodePoolSpec
status KubernetesNodePoolStatus

KubernetesNodePoolSpec

(Appears on:KubernetesNodePool, KubernetesNodePoolStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
clusterID string
name string
nodeCount int
nodes []KubernetesNodePoolSpecNodes (Optional)
size string
tags []string (Optional)

KubernetesNodePoolSpecNodes

(Appears on:KubernetesNodePoolSpec)
Field Type Description
createdAt string (Optional)
ID string (Optional)
name string (Optional)
status string (Optional)
updatedAt string (Optional)

KubernetesNodePoolStatus

(Appears on:KubernetesNodePool)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output KubernetesNodePoolSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)