GetKubernetesAddonsPlainArgs

data class GetKubernetesAddonsPlainArgs(val clusterId: String, val ids: List<String>? = null, val nameRegex: String? = null) : ConvertibleToJava<GetKubernetesAddonsPlainArgs>

A collection of arguments for invoking getKubernetesAddons.

Constructors

Link copied to clipboard
constructor(clusterId: String, ids: List<String>? = null, nameRegex: String? = null)

Properties

Link copied to clipboard

The id of kubernetes cluster.

Link copied to clipboard
val ids: List<String>? = null

A list of addon IDs. The id of addon consists of the cluster id and the addon name, with the structure :.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by addon name.

Functions

Link copied to clipboard
open override fun toJava(): GetKubernetesAddonsPlainArgs