Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dashboard ¶
type Dashboard struct { Name string `json:"name"` Namespace string `json:"namespace"` Port int `json:"port"` LabelSelector string `json:"labelSelector"` URL string `json:"url,omitempty"` }
Dashboard represents input to kubectl port-forward
func MakeDashboards ¶
func MakeDashboards() []Dashboard
MakeDashboards returns list of all dashboards
Click to show internal directories.
Click to hide internal directories.