Google Kubernetes Engine v1 API - Class KubernetesDashboard (3.25.0)

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.

Configuration for the Kubernetes Dashboard.

Inheritance

object > KubernetesDashboard

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

KubernetesDashboard()

public KubernetesDashboard()

KubernetesDashboard(KubernetesDashboard)

public KubernetesDashboard(KubernetesDashboard other)
Parameter
NameDescription
otherKubernetesDashboard

Properties

Disabled

public bool Disabled { get; set; }

Whether the Kubernetes Dashboard is enabled for this cluster.

Property Value
TypeDescription
bool