public sealed class GPUDriverInstallationConfig : IMessage<GPUDriverInstallationConfig>, IEquatable<GPUDriverInstallationConfig>, IDeepCloneable<GPUDriverInstallationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class GPUDriverInstallationConfig.
GPUDriverInstallationConfig specifies the version of GPU driver to be auto
installed.
[[["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 `GPUDriverInstallationConfig` class within the Google Kubernetes Engine v1 API, specifically focusing on version 3.30.0, but also providing links to other versions, up to version 3.33.0."],["`GPUDriverInstallationConfig` is used to define how GPU drivers are automatically installed in the Kubernetes Engine, as it specifies the desired version of the GPU driver to install."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `GPUDriverInstallationConfig` class includes properties for `GpuDriverVersion`, which determines the mode for how the GPU driver is installed, and `HasGpuDriverVersion`, which indicates if the field is set."],["The documentation includes details about the available constructors, showing that one is a default constructor, while the other takes an existing `GPUDriverInstallationConfig` object as a parameter, and also provides the relevant namespace and assembly."]]],[]]