Skip to main content

non_enterprise_versions

Creates, updates, deletes, gets or lists a non_enterprise_versions resource.

Overview

Namenon_enterprise_versions
TypeResource
Idlinode.lke.non_enterprise_versions

Fields

The following fields are returned by SELECT queries:

Returns an LKE Kubernetes version object available for deployment to a standard tier Kubernetes cluster.

NameDatatypeDescription
idstringRead-only A Kubernetes version number available for deployment to a Kubernetes cluster in the format of <major>.<minor>, and the latest supported patch version. (example: 1.31)

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectversionView an LKE Kubernetes version available for deployment to a standard tier Kubernetes cluster.

Learn more...

Learn more...
listselectList LKE Kubernetes versions available for deployment to a standard-tier Kubernetes cluster.

Learn more...

Learn more...

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
versionstringThe LKE version to view.

SELECT examples

View an LKE Kubernetes version available for deployment to a standard tier Kubernetes cluster.

Learn more...

Learn more...

SELECT
id
FROM linode.lke.non_enterprise_versions
WHERE version = '{{ version }}' -- required
;