ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs

data class ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs(val componentVersion: Output<Map<String, String>>, val properties: Output<Map<String, String>>? = null) : ConvertibleToJava<ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfigArgs>

Constructors

constructor(componentVersion: Output<Map<String, String>>, properties: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard

The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.

Link copied to clipboard
val properties: Output<Map<String, String>>? = null

The properties to set on daemon config files. Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image.

Functions

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