Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Overview ¶
type Overview struct { // Inherits fields from the config, discovery, and workloads objects. config.Config `json:",inline"` discovery.Discovery `json:",inline"` workload.Workloads `json:",inline"` // List of non-critical errors, that occurred during resource retrieval. Errors []error `json:"errors"` }
Overview is a list of objects present in a given namespace.
func GetOverview ¶
func GetOverview(client *kubernetes.Clientset, metricClient metricapi.MetricClient, nsQuery *common.NamespaceQuery, dsQuery *dataselect.DataSelectQuery) (*Overview, error)
GetOverview returns a list of all objects in a given namespace.
Click to show internal directories.
Click to hide internal directories.