componentVersion property

Map<String, String>? componentVersion
getter/setter pair

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.

Implementation

core.Map<core.String, core.String>? componentVersion;