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-04-09 UTC."],[[["This webpage provides documentation for the `KubernetesDashboard` class within the Google Kubernetes Engine v1 API, specifically for the .NET environment, covering versions from 2.3.0 to the latest 3.33.0."],["The `KubernetesDashboard` class is a configuration setting for the Kubernetes Dashboard feature in a cluster, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `KubernetesDashboard` documented is 3.33.0, while the current page defaults to the 3.2.0 documentation, with previous versions listed for reference."],["The class contains a `Disabled` property of type `Boolean` that indicates whether the Kubernetes Dashboard is enabled for a given cluster."],["Two constructors are available, a default constructor `KubernetesDashboard()` and an overload `KubernetesDashboard(KubernetesDashboard other)` to create a copy."]]],[]]