Documentation ¶
Index ¶
- func GetAllPodProcess(kubeconfig string, nodeName string, namespace string, podName string) (map[v1.ContainerStatus][]*process.Process, error)
- func GetContainersFromPod(kubeconfig string, nodeName string, namespace string, podName string) ([]v1.ContainerStatus, error)
- func GetSidecarAndServiceProcess(kubeconfig string, nodeName string, namespace string, podName string) ([]*process.Process, []*process.Process, error)
- func PreflightCheck(kubeconfig string) (string, string, string, string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllPodProcess ¶
func GetAllPodProcess(kubeconfig string, nodeName string, namespace string, podName string) (map[v1.ContainerStatus][]*process.Process, error)
GetAllPodProcess get all processes from a pod
func GetContainersFromPod ¶
func GetContainersFromPod(kubeconfig string, nodeName string, namespace string, podName string) ([]v1.ContainerStatus, error)
GetContainersFromPod get containerStatuses from pod spec
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.