Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryInfo ¶
MemoryInfo is the pod resource requests, specific to the memory limit and requests.
type TerminatedPodInfo ¶
type TerminatedPodInfo struct { Pod v1.Pod ContainerName string // Name of the container within the pod that was terminated, in the case of multi-container pods. TerminatedTime string // When the pod was terminated StartTime string // When the pod was started during the termination period. Memory MemoryInfo }
func RunPlugin ¶
func RunPlugin(configFlags *genericclioptions.ConfigFlags, namespace string, logger *logger.Logger) ([]TerminatedPodInfo, error)
Click to show internal directories.
Click to hide internal directories.