public sealed class KubernetesSoftwareConfig : IMessage<KubernetesSoftwareConfig>, IEquatable<KubernetesSoftwareConfig>, IDeepCloneable<KubernetesSoftwareConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class KubernetesSoftwareConfig.
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 provides documentation for the `KubernetesSoftwareConfig` class within the Google Cloud Dataproc v1 API, covering versions from 3.1.0 to the latest 5.17.0."],["The `KubernetesSoftwareConfig` class is used to define the software configuration for a Dataproc cluster running on Kubernetes and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for specifying component versions (`ComponentVersion`) and setting daemon configuration file properties (`Properties`), utilizing `MapField` for key-value pairs."],["The documentation outlines the inheritance and implemented interfaces, as well as details about the constructors, `KubernetesSoftwareConfig()`, and `KubernetesSoftwareConfig(KubernetesSoftwareConfig)`, for creating instances of the class."],["The available documentation is for the namespace `Google.Cloud.Dataproc.V1`, with the `KubernetesSoftwareConfig` class being found within the `Google.Cloud.Dataproc.V1.dll` assembly file."]]],[]]