Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SupportedMetricsAPIVersionAvailable ¶
func SupportedMetricsAPIVersionAvailable(discoveredAPIGroups *metav1.APIGroupList) bool
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetNodeMetricsList ¶
func (c *Client) GetNodeMetricsList() ([]NodeMetrics, error)
func (*Client) GetPodAndContainerMetricsList ¶
func (c *Client) GetPodAndContainerMetricsList() (*PodAndContainerMetricsList, error)
type ContainerMetrics ¶
type NodeMetrics ¶
type PodAndContainerMetricsList ¶
type PodAndContainerMetricsList struct { PodMetricsList []PodMetrics ContainerMetricsList []ContainerMetrics }
Click to show internal directories.
Click to hide internal directories.