Viewing docs for vkcs 0.17.0
published on Thursday, Jun 25, 2026 by vk-cs
published on Thursday, Jun 25, 2026 by vk-cs
Viewing docs for vkcs 0.17.0
published on Thursday, Jun 25, 2026 by vk-cs
published on Thursday, Jun 25, 2026 by vk-cs
Use this data source to retrieve information about available VKCS Kubernetes addons.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as vkcs from "@pulumi/vkcs";
const kubernetesAddons = vkcs.getKubernetesAddonsV2({});
import pulumi
import pulumi_vkcs as vkcs
kubernetes_addons = vkcs.get_kubernetes_addons_v2()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/vkcs/vkcs"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := vkcs.GetKubernetesAddonsV2(ctx, &vkcs.GetKubernetesAddonsV2Args{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Vkcs = Pulumi.Vkcs;
return await Deployment.RunAsync(() =>
{
var kubernetesAddons = Vkcs.GetKubernetesAddonsV2.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.vkcs.VkcsFunctions;
import com.pulumi.vkcs.inputs.GetKubernetesAddonsV2Args;
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 kubernetesAddons = VkcsFunctions.getKubernetesAddonsV2(GetKubernetesAddonsV2Args.builder()
.build());
}
}
variables:
kubernetesAddons:
fn::invoke:
function: vkcs:getKubernetesAddonsV2
arguments: {}
Example coming soon!
Using getKubernetesAddonsV2
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 getKubernetesAddonsV2(args: GetKubernetesAddonsV2Args, opts?: InvokeOptions): Promise<GetKubernetesAddonsV2Result>
function getKubernetesAddonsV2Output(args: GetKubernetesAddonsV2OutputArgs, opts?: InvokeOptions): Output<GetKubernetesAddonsV2Result>def get_kubernetes_addons_v2(region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetKubernetesAddonsV2Result
def get_kubernetes_addons_v2_output(region: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKubernetesAddonsV2Result]func GetKubernetesAddonsV2(ctx *Context, args *GetKubernetesAddonsV2Args, opts ...InvokeOption) (*GetKubernetesAddonsV2Result, error)
func GetKubernetesAddonsV2Output(ctx *Context, args *GetKubernetesAddonsV2OutputArgs, opts ...InvokeOption) GetKubernetesAddonsV2ResultOutput> Note: This function is named GetKubernetesAddonsV2 in the Go SDK.
public static class GetKubernetesAddonsV2
{
public static Task<GetKubernetesAddonsV2Result> InvokeAsync(GetKubernetesAddonsV2Args args, InvokeOptions? opts = null)
public static Output<GetKubernetesAddonsV2Result> Invoke(GetKubernetesAddonsV2InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKubernetesAddonsV2Result> getKubernetesAddonsV2(GetKubernetesAddonsV2Args args, InvokeOptions options)
public static Output<GetKubernetesAddonsV2Result> getKubernetesAddonsV2(GetKubernetesAddonsV2Args args, InvokeOptions options)
fn::invoke:
function: vkcs:index/getKubernetesAddonsV2:getKubernetesAddonsV2
arguments:
# arguments dictionarydata "vkcs_getkubernetesaddonsv2" "name" {
# arguments
}The following arguments are supported:
- Region string
- optional string → The region for which to retrieve list of addons. Defaults to provider's
region.
- Region string
- optional string → The region for which to retrieve list of addons. Defaults to provider's
region.
- region string
- optional string → The region for which to retrieve list of addons. Defaults to provider's
region.
- region String
- optional string → The region for which to retrieve list of addons. Defaults to provider's
region.
- region string
- optional string → The region for which to retrieve list of addons. Defaults to provider's
region.
- region str
- optional string → The region for which to retrieve list of addons. Defaults to provider's
region.
- region String
- optional string → The region for which to retrieve list of addons. Defaults to provider's
region.
getKubernetesAddonsV2 Result
The following output properties are available:
- Addons
List<Get
Kubernetes Addons V2Addon> - set → List of available addons.
- Id string
- string → A synthetic identifier for the data source.
- Region string
- Addons
[]Get
Kubernetes Addons V2Addon - set → List of available addons.
- Id string
- string → A synthetic identifier for the data source.
- Region string
- addons list(object)
- set → List of available addons.
- id string
- string → A synthetic identifier for the data source.
- region string
- addons
List<Get
Kubernetes Addons V2Addon> - set → List of available addons.
- id String
- string → A synthetic identifier for the data source.
- region String
- addons
Get
Kubernetes Addons V2Addon[] - set → List of available addons.
- id string
- string → A synthetic identifier for the data source.
- region string
- addons
Sequence[Get
Kubernetes Addons V2Addon] - set → List of available addons.
- id str
- string → A synthetic identifier for the data source.
- region str
- addons List<Property Map>
- set → List of available addons.
- id String
- string → A synthetic identifier for the data source.
- region String
Supporting Types
GetKubernetesAddonsV2Addon
- Id string
- string → A synthetic identifier for the data source.
- Name string
- string → Human-readable name of the addon.
- Versions
List<Get
Kubernetes Addons V2Addon Version> - list → List of available versions for the addon.
- Id string
- string → A synthetic identifier for the data source.
- Name string
- string → Human-readable name of the addon.
- Versions
[]Get
Kubernetes Addons V2Addon Version - list → List of available versions for the addon.
- id string
- string → A synthetic identifier for the data source.
- name string
- string → Human-readable name of the addon.
- versions list(object)
- list → List of available versions for the addon.
- id String
- string → A synthetic identifier for the data source.
- name String
- string → Human-readable name of the addon.
- versions
List<Get
Kubernetes Addons V2Addon Version> - list → List of available versions for the addon.
- id string
- string → A synthetic identifier for the data source.
- name string
- string → Human-readable name of the addon.
- versions
Get
Kubernetes Addons V2Addon Version[] - list → List of available versions for the addon.
- id str
- string → A synthetic identifier for the data source.
- name str
- string → Human-readable name of the addon.
- versions
Sequence[Get
Kubernetes Addons V2Addon Version] - list → List of available versions for the addon.
- id String
- string → A synthetic identifier for the data source.
- name String
- string → Human-readable name of the addon.
- versions List<Property Map>
- list → List of available versions for the addon.
GetKubernetesAddonsV2AddonVersion
Package Details
- Repository
- vkcs vk-cs/terraform-provider-vkcs
- License
- Notes
- This Pulumi package is based on the
vkcsTerraform Provider.
Viewing docs for vkcs 0.17.0
published on Thursday, Jun 25, 2026 by vk-cs
published on Thursday, Jun 25, 2026 by vk-cs