You are looking at the documentation of a prior release. To read the documentation of the latest release, please visit here.

TpuNode

FieldTypeDescription
apiVersionstringgoogle.kubeform.com/v1alpha1
kindstringTpuNode
metadataKubernetes meta/v1.ObjectMetaRefer to the Kubernetes API documentation for the fields of the metadata field.
specTpuNodeSpec
statusTpuNodeStatus

Phase(string alias)

Appears on:TpuNodeStatus

TpuNodeSpec

Appears on:TpuNode, TpuNodeStatus

FieldTypeDescription
providerRefKubernetes core/v1.LocalObjectReference
idstring
acceleratorTypestring
cidrBlockstring
descriptionstring(Optional)
labelsmap[string]string(Optional)
namestring
networkstring(Optional)
networkEndpoints[]TpuNodeSpecNetworkEndpoints(Optional)
projectstring(Optional)
schedulingConfig[]TpuNodeSpecSchedulingConfig(Optional)
serviceAccountstring(Optional)
tensorflowVersionstring
zonestring

TpuNodeSpecNetworkEndpoints

Appears on:TpuNodeSpec

FieldTypeDescription
ipAddressstring(Optional)
portint64(Optional)

TpuNodeSpecSchedulingConfig

Appears on:TpuNodeSpec

FieldTypeDescription
preemptiblebool(Optional)

TpuNodeStatus

Appears on:TpuNode

FieldTypeDescription
observedGenerationint64(Optional) Resource generation, which is updated on mutation by the API Server.
outputTpuNodeSpec(Optional)
statekubeform.dev/kubeform/apis/base/v1alpha1.State(Optional)
phasePhase(Optional)