Alibaba Cloud v3.57.1 published on Wednesday, Jun 26, 2024 by Pulumi
alicloud.cs.getKubernetesAddonMetadata
Explore with Pulumi AI
This data source provides metadata of kubernetes cluster addons.
NOTE: Available in 1.166.0+.
Using getKubernetesAddonMetadata
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 getKubernetesAddonMetadata(args: GetKubernetesAddonMetadataArgs, opts?: InvokeOptions): Promise<GetKubernetesAddonMetadataResult>
function getKubernetesAddonMetadataOutput(args: GetKubernetesAddonMetadataOutputArgs, opts?: InvokeOptions): Output<GetKubernetesAddonMetadataResult>
def get_kubernetes_addon_metadata(cluster_id: Optional[str] = None,
name: Optional[str] = None,
version: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetKubernetesAddonMetadataResult
def get_kubernetes_addon_metadata_output(cluster_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
version: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKubernetesAddonMetadataResult]
func GetKubernetesAddonMetadata(ctx *Context, args *GetKubernetesAddonMetadataArgs, opts ...InvokeOption) (*GetKubernetesAddonMetadataResult, error)
func GetKubernetesAddonMetadataOutput(ctx *Context, args *GetKubernetesAddonMetadataOutputArgs, opts ...InvokeOption) GetKubernetesAddonMetadataResultOutput
> Note: This function is named GetKubernetesAddonMetadata
in the Go SDK.
public static class GetKubernetesAddonMetadata
{
public static Task<GetKubernetesAddonMetadataResult> InvokeAsync(GetKubernetesAddonMetadataArgs args, InvokeOptions? opts = null)
public static Output<GetKubernetesAddonMetadataResult> Invoke(GetKubernetesAddonMetadataInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetKubernetesAddonMetadataResult> getKubernetesAddonMetadata(GetKubernetesAddonMetadataArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: alicloud:cs/getKubernetesAddonMetadata:getKubernetesAddonMetadata
arguments:
# arguments dictionary
The following arguments are supported:
- cluster_
id str - The id of kubernetes cluster.
- name str
- The name of the cluster addon. You can get a list of available addons that the cluster can install by using data source
alicloud.cs.getKubernetesAddons
. - version str
- The version of the cluster addon.
getKubernetesAddonMetadata Result
The following output properties are available:
- Cluster
Id string - Config
Schema string - The addon configuration that can be customized. The returned format is the standard json schema. If return empty, it means that the addon does not support custom configuration yet.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Version string
- Cluster
Id string - Config
Schema string - The addon configuration that can be customized. The returned format is the standard json schema. If return empty, it means that the addon does not support custom configuration yet.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Version string
- cluster
Id String - config
Schema String - The addon configuration that can be customized. The returned format is the standard json schema. If return empty, it means that the addon does not support custom configuration yet.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- version String
- cluster
Id string - config
Schema string - The addon configuration that can be customized. The returned format is the standard json schema. If return empty, it means that the addon does not support custom configuration yet.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- version string
- cluster_
id str - config_
schema str - The addon configuration that can be customized. The returned format is the standard json schema. If return empty, it means that the addon does not support custom configuration yet.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- version str
- cluster
Id String - config
Schema String - The addon configuration that can be customized. The returned format is the standard json schema. If return empty, it means that the addon does not support custom configuration yet.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- version String
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.