ClusterVirtualClusterConfigKubernetesClusterConfigKubernetesSoftwareConfig

Constructors

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

Types

Link copied to clipboard
object Companion

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: 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.