package
2.7.0+incompatible
Repository: https://github.com/kubernetes/dashboard.git
Documentation: pkg.go.dev
# Functions
ExtractFieldPathAsString extracts the field from the given object and returns it as a string.
FormatMap formats map[string]string to a string.
GetEventsForPod gets events that are associated with this pod.
GetPodDetail returns the details of a named Pod from a particular namespace.
GetPodList returns a list of all Pods in the cluster.
GetPodListFromChannels returns a list of all Pods in the cluster reading required resource list once from the channels.
# Structs
Container represents a docker/rkt/etc.
EnvVar represents an environment variable of a container.
MetricsByPod is a metrics map by pod name.
Pod is a presentation layer view of Kubernetes Pod resource.
PodDetail is a presentation layer view of Kubernetes Pod resource.
PodList contains a list of Pods in the cluster.
PodMetrics is a structure representing pods metrics, contains information about CPU and memory usage.