public sealed class KubernetesSoftwareConfig : IMessage<KubernetesSoftwareConfig>, IEquatable<KubernetesSoftwareConfig>, IDeepCloneable<KubernetesSoftwareConfig>, IBufferMessage, IMessage
The software configuration for this Dataproc cluster running on Kubernetes.
public MapField<string, string> ComponentVersion { get; }
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.
public MapField<string, string> Properties { get; }
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:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `KubernetesSoftwareConfig` class within the `Google.Cloud.Dataproc.V1` namespace, used for configuring software in Dataproc clusters running on Kubernetes."],["Version 5.17.0 is the latest release for `KubernetesSoftwareConfig`, with a list of prior releases going back to versions 3.1.0, each linked to its specific documentation."],["The `KubernetesSoftwareConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two main properties, `ComponentVersion` and `Properties`, both of which are `MapField` types used to define the software versions and configuration settings respectively."],["There are two constructors for creating instances of `KubernetesSoftwareConfig`, one being the default and the other allowing the copy of an existing `KubernetesSoftwareConfig` object."]]],[]]