GoogleApi.Dataproc.V1.Model.KubernetesSoftwareConfig (google_api_dataproc v0.59.0)

View Source

The software configuration for this Dataproc cluster running on Kubernetes.

Attributes

  • componentVersion (type: map(), default: nil) - 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.
  • properties (type: map(), default: nil) - The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.KubernetesSoftwareConfig{
  componentVersion: map() | nil,
  properties: map() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.