GetKubernetesAddonMetadataResult

data class GetKubernetesAddonMetadataResult(val clusterId: String, val configSchema: String, val id: String, val name: String, val version: String)

A collection of values returned by getKubernetesAddonMetadata.

Constructors

Link copied to clipboard
constructor(clusterId: String, configSchema: String, id: String, name: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard