kubernetesDashboard property

  1. @Deprecated('Not supported. Member documentation may have more information.')
KubernetesDashboard? kubernetesDashboard
getter/setter pair

Configuration for the Kubernetes Dashboard.

This addon is deprecated, and will be disabled in 1.15. It is recommended to use the Cloud Console to manage and monitor your Kubernetes clusters, workloads and applications. For more information, see: https://cloud.google.com/kubernetes-engine/docs/concepts/dashboards

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
KubernetesDashboard? kubernetesDashboard;