Documentation
¶
Index ¶
- func AddConfig(config *config.Config, outputPath string, kind string, namespace string, ...)
- func AddDescription(config *config.Config, outputPath string, kind string, namespace string, ...)
- func AddLogs(cfg *config.Config, path string, namespace string, name string)
- func AddPodHttpEndpointOutput(options AddPodHttpEndpointOutputOptions)
- func AddPreviousLogs(cfg *config.Config, path string, namespace string, name string)
- func AddResourceUsage(cfg *config.Config, path string, namespace string, name string)
- func FindDaemonSet(cfg *config.Config, namespace string, name string) (*appsv1.DaemonSet, error)
- func FindDeployment(cfg *config.Config, namespace string, name string) (*appsv1.Deployment, error)
- func ForEachPod(cfg *config.Config, namespace string, selector *metav1.LabelSelector, ...)
- type AddPodHttpEndpointOutputOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddDescription ¶
func AddPodHttpEndpointOutput ¶
func AddPodHttpEndpointOutput(options AddPodHttpEndpointOutputOptions)
func AddPreviousLogs ¶
func AddResourceUsage ¶
AddResourceUsage path must include '%d' to replace the execution number within the file path
func FindDaemonSet ¶
func FindDeployment ¶
func ForEachPod ¶
func ForEachPod(cfg *config.Config, namespace string, selector *metav1.LabelSelector, fn func(pod *v1.Pod))
ForEachPod note that the function fn will be executed in parallel for each pod
Types ¶
Click to show internal directories.
Click to hide internal directories.