# Functions
GetClusterHierarchy listens on /hierarchy endpoint and returns all namespaces(or nodes and PV) in the cluster.
GetClusterMetrics listens on /metrics endpoint with option for view(physical or logical).
GetContainerHierarchy listens on /hierarchy/container endpoint and returns all children of container.
GetContainerMetrics listens on /metrics/container.
GetDaemonsetHierarchy listens on /hierarchy/daemonset endpoint and returns all children of Daemonset.
GetDaemonsetMetrics listens on /metrics/daemonset.
GetDeploymentHierarchy listens on /hierarchy/deployment endpoint and returns all children of deployment.
GetDeploymentMetrics listens on /metrics/deployment.
GetEmptyHierarchy listens on /hierarchy/process and /hierarchy/pvc endpoint and returns empty data.
GetHomePage is the default api home page.
GetJobHierarchy listens on /hierarchy/job endpoint and returns all children of Job.
GetJobMetrics listens on /metrics/job.
GetNamespaceHierarchy listens on /hierarchy/namespace endpoint and returns all children of namespace.
GetNamespaceMetrics listens on /metrics/namespace.
GetNodeHierarchy listens on /hierarchy/node endpoint and returns all children of node.
GetNodeMetrics listens on /metrics/node.
GetPodDiscoveryEdges listens on /discovery/pod/edges endpoint.
GetPodDiscoveryNodes listens on /discovery/pod/nodes endpoint.
GetPodHierarchy listens on /hierarchy/pod endpoint and returns all children of pod.
GetPodInteractions listens on /interactions/pod endpoint and returns pod interactions.
GetPodMetrics listens on /metrics/pod.
GetPVCMetrics listens on /metrics/pv.
GetPVHierarchy listens on /hierarchy/pv endpoint and returns all children of PV.
GetPVMetrics listens on /metrics/pv.
GetReplicasetHierarchy listens on /hierarchy/replicaset endpoint and returns all children of replicaset.
GetReplicasetMetrics listens on /metrics/replicaset.
GetStatefulsetHierarchy listens on /hierarchy/statefulset endpoint and returns all children of statefulset.
GetStatefulsetMetrics listens on /metrics/statefulset.
Logger implements web logging logic.
NewRouter returns a new instance of the router.
StartServer starts api server.
# Type aliases
Routes list.