1. Packages
  2. Packages
  3. Vkcs Provider
  4. API Docs
  5. getKubernetesAddonsV2
Viewing docs for vkcs 0.17.0
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

    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 dictionary
    data "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<GetKubernetesAddonsV2Addon>
    set → List of available addons.
    Id string
    string → A synthetic identifier for the data source.
    Region string
    Addons []GetKubernetesAddonsV2Addon
    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<GetKubernetesAddonsV2Addon>
    set → List of available addons.
    id String
    string → A synthetic identifier for the data source.
    region String
    addons GetKubernetesAddonsV2Addon[]
    set → List of available addons.
    id string
    string → A synthetic identifier for the data source.
    region string
    addons Sequence[GetKubernetesAddonsV2Addon]
    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<GetKubernetesAddonsV2AddonVersion>
    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 []GetKubernetesAddonsV2AddonVersion
    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<GetKubernetesAddonsV2AddonVersion>
    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 GetKubernetesAddonsV2AddonVersion[]
    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[GetKubernetesAddonsV2AddonVersion]
    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

    Id string
    string → A synthetic identifier for the data source.
    Version string
    string → Version string of the addon.
    Id string
    string → A synthetic identifier for the data source.
    Version string
    string → Version string of the addon.
    id string
    string → A synthetic identifier for the data source.
    version string
    string → Version string of the addon.
    id String
    string → A synthetic identifier for the data source.
    version String
    string → Version string of the addon.
    id string
    string → A synthetic identifier for the data source.
    version string
    string → Version string of the addon.
    id str
    string → A synthetic identifier for the data source.
    version str
    string → Version string of the addon.
    id String
    string → A synthetic identifier for the data source.
    version String
    string → Version string of the addon.

    Package Details

    Repository
    vkcs vk-cs/terraform-provider-vkcs
    License
    Notes
    This Pulumi package is based on the vkcs Terraform Provider.
    Viewing docs for vkcs 0.17.0
    published on Thursday, Jun 25, 2026 by vk-cs

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial