Class KubernetesDashboard
Configuration for the Kubernetes Dashboard.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class KubernetesDashboard : IDirectResponseSchema
Properties
Disabled
Whether the Kubernetes Dashboard is enabled for this cluster.
Declaration
[JsonProperty("disabled")]
public virtual bool? Disabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |