Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::VKE::Kubeconfig
Using getKubeconfig
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 getKubeconfig(args: GetKubeconfigArgs, opts?: InvokeOptions): Promise<GetKubeconfigResult>
function getKubeconfigOutput(args: GetKubeconfigOutputArgs, opts?: InvokeOptions): Output<GetKubeconfigResult>def get_kubeconfig(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetKubeconfigResult
def get_kubeconfig_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKubeconfigResult]func LookupKubeconfig(ctx *Context, args *LookupKubeconfigArgs, opts ...InvokeOption) (*LookupKubeconfigResult, error)
func LookupKubeconfigOutput(ctx *Context, args *LookupKubeconfigOutputArgs, opts ...InvokeOption) LookupKubeconfigResultOutput> Note: This function is named LookupKubeconfig in the Go SDK.
public static class GetKubeconfig
{
public static Task<GetKubeconfigResult> InvokeAsync(GetKubeconfigArgs args, InvokeOptions? opts = null)
public static Output<GetKubeconfigResult> Invoke(GetKubeconfigInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKubeconfigResult> getKubeconfig(GetKubeconfigArgs args, InvokeOptions options)
public static Output<GetKubeconfigResult> getKubeconfig(GetKubeconfigArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:vke/getKubeconfig:getKubeconfig
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getKubeconfig Result
The following output properties are available:
- Cluster
Id string - Cluster ID
- Create
Time string - Kubeconfig Creation Time
- Expire
Time string - Kubeconfig Expiration Time
- Id string
- Uniquely identifies the resource.
- Kubeconfig string
- Kubeconfig Text
- Kubeconfig
Id string - KubeconfigID。
- Role
Id int - Role ID
- Type string
- Cluster Kubeconfig File Type
- User
Id int - User ID
- Valid
Duration int - Kubeconfig File Validity Period
- Cluster
Id string - Cluster ID
- Create
Time string - Kubeconfig Creation Time
- Expire
Time string - Kubeconfig Expiration Time
- Id string
- Uniquely identifies the resource.
- Kubeconfig string
- Kubeconfig Text
- Kubeconfig
Id string - KubeconfigID。
- Role
Id int - Role ID
- Type string
- Cluster Kubeconfig File Type
- User
Id int - User ID
- Valid
Duration int - Kubeconfig File Validity Period
- cluster
Id String - Cluster ID
- create
Time String - Kubeconfig Creation Time
- expire
Time String - Kubeconfig Expiration Time
- id String
- Uniquely identifies the resource.
- kubeconfig String
- Kubeconfig Text
- kubeconfig
Id String - KubeconfigID。
- role
Id Integer - Role ID
- type String
- Cluster Kubeconfig File Type
- user
Id Integer - User ID
- valid
Duration Integer - Kubeconfig File Validity Period
- cluster
Id string - Cluster ID
- create
Time string - Kubeconfig Creation Time
- expire
Time string - Kubeconfig Expiration Time
- id string
- Uniquely identifies the resource.
- kubeconfig string
- Kubeconfig Text
- kubeconfig
Id string - KubeconfigID。
- role
Id number - Role ID
- type string
- Cluster Kubeconfig File Type
- user
Id number - User ID
- valid
Duration number - Kubeconfig File Validity Period
- cluster_
id str - Cluster ID
- create_
time str - Kubeconfig Creation Time
- expire_
time str - Kubeconfig Expiration Time
- id str
- Uniquely identifies the resource.
- kubeconfig str
- Kubeconfig Text
- kubeconfig_
id str - KubeconfigID。
- role_
id int - Role ID
- type str
- Cluster Kubeconfig File Type
- user_
id int - User ID
- valid_
duration int - Kubeconfig File Validity Period
- cluster
Id String - Cluster ID
- create
Time String - Kubeconfig Creation Time
- expire
Time String - Kubeconfig Expiration Time
- id String
- Uniquely identifies the resource.
- kubeconfig String
- Kubeconfig Text
- kubeconfig
Id String - KubeconfigID。
- role
Id Number - Role ID
- type String
- Cluster Kubeconfig File Type
- user
Id Number - User ID
- valid
Duration Number - Kubeconfig File Validity Period
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
