package
Version:
v0.4.0-rc1
Opens a new window with list of versions in this module.
Published: Oct 26, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ClusterInfo struct {
KubernetesVersion string `json:"kubernetesVersion"`
Platform string `json:"platform"`
NumPods int `json:"num_pods"`
NumDeployments int `json:"num_deployments"`
Pods []string `json:"pods"`
Deployments []string `json:"deployments"`
}
type UserMetricsResponse struct {
IP string `json:"ip"`
Source string `json:"source"`
Task string `json:"task"`
ClusterInfo ClusterInfo `json:"cluster_info"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.