public sealed class KubernetesDashboard : IMessage<KubernetesDashboard>, IEquatable<KubernetesDashboard>, IDeepCloneable<KubernetesDashboard>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class KubernetesDashboard.
[[["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 page provides documentation for the `KubernetesDashboard` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, offering a range of versions from 3.33.0 (latest) down to 2.3.0."],["The `KubernetesDashboard` class is used for managing the configuration of the Kubernetes Dashboard feature in a cluster, inheriting from the `Object` class and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the available constructors for the `KubernetesDashboard` class, which include a default constructor and a copy constructor, allowing for the creation of new instances or cloning of existing ones."],["A key property of the `KubernetesDashboard` class is `Disabled`, a boolean that indicates whether the Kubernetes Dashboard is enabled or disabled for a given cluster."]]],[]]