Documentation
¶
Index ¶
- Variables
- func ColumnHelperAge(t metav1.Time) string
- func ColumnHelperReady(cs []v1.ContainerStatus) string
- func ColumnHelperRestarts(cs []v1.ContainerStatus) string
- func ColumnHelperStatus(s v1.PodStatus) string
- func DeletePod(p string) error
- func GetClientSet() *kubernetes.Clientset
- func GetConfig() config
- func GetFieldString(e *v1.ContainerStatus, field string) string
- func GetHostName() string
- func GetNamespaces() (*v1.NamespaceList, error)
- func GetNodeIp() string
- func GetPodContainerLogs(p string, c string, o io.Writer) error
- func GetPodContainersID(p string) []string
- func GetPodContainersName(p string) []string
- func GetPods() (*v1.PodList, error)
- func GetTargetNode(p string) string
- func StartAgent(g *gocui.Gui, p string, o io.Writer, probes string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var CONFIG config
Functions ¶
func ColumnHelperReady ¶
func ColumnHelperReady(cs []v1.ContainerStatus) string
Column helper: Ready
func ColumnHelperRestarts ¶
func ColumnHelperRestarts(cs []v1.ContainerStatus) string
Column helper: Restarts
func GetFieldString ¶
func GetFieldString(e *v1.ContainerStatus, field string) string
Get Field String
func GetPodContainerLogs ¶
Get pod container logs
func GetPodContainersID ¶
func GetTargetNode ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.