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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
bool |
setDisabled
Whether the Kubernetes Dashboard is enabled for this cluster.
Generated from protobuf field bool disabled = 1;
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |