Documentation ¶
Index ¶
- func ClearDeployment(ctx context.Context, clientset kubernetes.Interface, ...) error
- func ClearPod(ctx context.Context, clientset kubernetes.Interface, namespace, podName string) error
- func Collect(ctx context.Context, clientset kubernetes.Interface, config *rest.Config, ...) error
- func CollectPod(ctx context.Context, clientset kubernetes.Interface, config *rest.Config, ...) error
- func InitDeployment(ctx context.Context, clientset kubernetes.Interface, ...) error
- func InitPod(ctx context.Context, clientset kubernetes.Interface, namespace, podName string) error
- func InitStorage(ctx context.Context, clientset kubernetes.Interface, namespace string) error
- func ServerVersion(clientset kubernetes.Interface) (*version.Info, error)
- type PodExec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearDeployment ¶
func ClearDeployment(ctx context.Context, clientset kubernetes.Interface, namespace, deploymentName string) error
gocoverkube clear
func Collect ¶
func Collect(ctx context.Context, clientset kubernetes.Interface, config *rest.Config, namespace, deploymentName, outDst string) error
gocoverkube collect
func CollectPod ¶
func InitDeployment ¶
func InitStorage ¶
func ServerVersion ¶
func ServerVersion(clientset kubernetes.Interface) (*version.Info, error)
Types ¶
type PodExec ¶
type PodExec struct { RestConfig *rest.Config Clientset kubernetes.Interface }
func NewPodExec ¶
func NewPodExec(config *rest.Config, clientset kubernetes.Interface) *PodExec
Click to show internal directories.
Click to hide internal directories.