Google Cloud Container V1 Client - Class KubernetesDashboard (1.9.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class KubernetesDashboard.

Configuration for the Kubernetes Dashboard.

Generated from protobuf message google.container.v1.KubernetesDashboard

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ disabled bool

Whether the Kubernetes Dashboard is enabled for this cluster.

getDisabled

Whether the Kubernetes Dashboard is enabled for this cluster.

Generated from protobuf field bool disabled = 1;

Returns
TypeDescription
bool

setDisabled

Whether the Kubernetes Dashboard is enabled for this cluster.

Generated from protobuf field bool disabled = 1;

Parameter
NameDescription
var bool
Returns
TypeDescription
$this