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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eKubernetesSoftwareConfig\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dataproc.V1\u003c/code\u003e namespace, used for configuring software in Dataproc clusters running on Kubernetes.\u003c/p\u003e\n"],["\u003cp\u003eVersion 5.17.0 is the latest release for \u003ccode\u003eKubernetesSoftwareConfig\u003c/code\u003e, with a list of prior releases going back to versions 3.1.0, each linked to its specific documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eKubernetesSoftwareConfig\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two main properties, \u003ccode\u003eComponentVersion\u003c/code\u003e and \u003ccode\u003eProperties\u003c/code\u003e, both of which are \u003ccode\u003eMapField\u003c/code\u003e types used to define the software versions and configuration settings respectively.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for creating instances of \u003ccode\u003eKubernetesSoftwareConfig\u003c/code\u003e, one being the default and the other allowing the copy of an existing \u003ccode\u003eKubernetesSoftwareConfig\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]