linode.getLkeVersions
Explore with Pulumi AI
Provides details about the Kubernetes versions available for deployment to a Kubernetes cluster. For more information, see the Linode APIv4 docs.
Example Usage
The following example shows how one might use this data source to access information about a Linode LKE Version.
import * as pulumi from "@pulumi/pulumi";
import * as linode from "@pulumi/linode";
const example = linode.getLkeVersions({});
import pulumi
import pulumi_linode as linode
example = linode.get_lke_versions()
package main
import (
"github.com/pulumi/pulumi-linode/sdk/v4/go/linode"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := linode.GetLkeVersions(ctx, &linode.GetLkeVersionsArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Linode = Pulumi.Linode;
return await Deployment.RunAsync(() =>
{
var example = Linode.GetLkeVersions.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.linode.LinodeFunctions;
import com.pulumi.linode.inputs.GetLkeVersionsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = LinodeFunctions.getLkeVersions();
}
}
variables:
example:
fn::invoke:
function: linode:getLkeVersions
arguments: {}
The following example shows how one might use this data source to access information about a Linode LKE Version
with additional information about the Linode LKE Version’s tier (enterprise
or standard
).
NOTE: This functionality may not be currently available to all users and can only be used with v4beta.
import * as pulumi from "@pulumi/pulumi";
import * as linode from "@pulumi/linode";
const example = linode.getLkeVersions({
tier: "enterprise",
});
import pulumi
import pulumi_linode as linode
example = linode.get_lke_versions(tier="enterprise")
package main
import (
"github.com/pulumi/pulumi-linode/sdk/v4/go/linode"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := linode.GetLkeVersions(ctx, &linode.GetLkeVersionsArgs{
Tier: pulumi.StringRef("enterprise"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Linode = Pulumi.Linode;
return await Deployment.RunAsync(() =>
{
var example = Linode.GetLkeVersions.Invoke(new()
{
Tier = "enterprise",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.linode.LinodeFunctions;
import com.pulumi.linode.inputs.GetLkeVersionsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = LinodeFunctions.getLkeVersions(GetLkeVersionsArgs.builder()
.tier("enterprise")
.build());
}
}
variables:
example:
fn::invoke:
function: linode:getLkeVersions
arguments:
tier: enterprise
Using getLkeVersions
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLkeVersions(args: GetLkeVersionsArgs, opts?: InvokeOptions): Promise<GetLkeVersionsResult>
function getLkeVersionsOutput(args: GetLkeVersionsOutputArgs, opts?: InvokeOptions): Output<GetLkeVersionsResult>
def get_lke_versions(tier: Optional[str] = None,
versions: Optional[Sequence[GetLkeVersionsVersion]] = None,
opts: Optional[InvokeOptions] = None) -> GetLkeVersionsResult
def get_lke_versions_output(tier: Optional[pulumi.Input[str]] = None,
versions: Optional[pulumi.Input[Sequence[pulumi.Input[GetLkeVersionsVersionArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLkeVersionsResult]
func GetLkeVersions(ctx *Context, args *GetLkeVersionsArgs, opts ...InvokeOption) (*GetLkeVersionsResult, error)
func GetLkeVersionsOutput(ctx *Context, args *GetLkeVersionsOutputArgs, opts ...InvokeOption) GetLkeVersionsResultOutput
> Note: This function is named GetLkeVersions
in the Go SDK.
public static class GetLkeVersions
{
public static Task<GetLkeVersionsResult> InvokeAsync(GetLkeVersionsArgs args, InvokeOptions? opts = null)
public static Output<GetLkeVersionsResult> Invoke(GetLkeVersionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLkeVersionsResult> getLkeVersions(GetLkeVersionsArgs args, InvokeOptions options)
public static Output<GetLkeVersionsResult> getLkeVersions(GetLkeVersionsArgs args, InvokeOptions options)
fn::invoke:
function: linode:index/getLkeVersions:getLkeVersions
arguments:
# arguments dictionary
The following arguments are supported:
- Tier string
- The tier (
standard
orenterprise
) of Linode LKE Versions to fetch. - Versions
List<Get
Lke Versions Version>
- Tier string
- The tier (
standard
orenterprise
) of Linode LKE Versions to fetch. - Versions
[]Get
Lke Versions Version
- tier String
- The tier (
standard
orenterprise
) of Linode LKE Versions to fetch. - versions
List<Get
Lke Versions Version>
- tier string
- The tier (
standard
orenterprise
) of Linode LKE Versions to fetch. - versions
Get
Lke Versions Version[]
- tier str
- The tier (
standard
orenterprise
) of Linode LKE Versions to fetch. - versions
Sequence[Get
Lke Versions Version]
- tier String
- The tier (
standard
orenterprise
) of Linode LKE Versions to fetch. - versions List<Property Map>
getLkeVersions Result
The following output properties are available:
- Id string
- The Kubernetes version numbers available for deployment to a Kubernetes cluster in the format of [major].[minor], and the latest supported patch version.
- Tier string
- The Kubernetes version tier. Only exported if
tier
was provided when using the datasource. - Versions
List<Get
Lke Versions Version>
- Id string
- The Kubernetes version numbers available for deployment to a Kubernetes cluster in the format of [major].[minor], and the latest supported patch version.
- Tier string
- The Kubernetes version tier. Only exported if
tier
was provided when using the datasource. - Versions
[]Get
Lke Versions Version
- id String
- The Kubernetes version numbers available for deployment to a Kubernetes cluster in the format of [major].[minor], and the latest supported patch version.
- tier String
- The Kubernetes version tier. Only exported if
tier
was provided when using the datasource. - versions
List<Get
Lke Versions Version>
- id string
- The Kubernetes version numbers available for deployment to a Kubernetes cluster in the format of [major].[minor], and the latest supported patch version.
- tier string
- The Kubernetes version tier. Only exported if
tier
was provided when using the datasource. - versions
Get
Lke Versions Version[]
- id str
- The Kubernetes version numbers available for deployment to a Kubernetes cluster in the format of [major].[minor], and the latest supported patch version.
- tier str
- The Kubernetes version tier. Only exported if
tier
was provided when using the datasource. - versions
Sequence[Get
Lke Versions Version]
- id String
- The Kubernetes version numbers available for deployment to a Kubernetes cluster in the format of [major].[minor], and the latest supported patch version.
- tier String
- The Kubernetes version tier. Only exported if
tier
was provided when using the datasource. - versions List<Property Map>
Supporting Types
GetLkeVersionsVersion
Package Details
- Repository
- Linode pulumi/pulumi-linode
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
linode
Terraform Provider.