Documentation ¶
Index ¶
- func AddToDaemonset(ctx context.Context, kubeconfig string, namespace string, ...)
- func AddToDeployment(ctx context.Context, kubeconfig string, namespace string, ...)
- func ForwardPort(ctx context.Context, kubeconfig string, namespace string, podname string)
- func RemoveFromDaemonset(ctx context.Context, kubeconfig string, namespace string, daemonsetname string)
- func RemoveFromDeployment(ctx context.Context, kubeconfig string, namespace string, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddToDaemonset ¶
func AddToDaemonset(ctx context.Context, kubeconfig string, namespace string, deploymentname, containername, debugimage string)
AddToDaemonset setup debug sidecar to a Daemonset and configures it
func AddToDeployment ¶
func AddToDeployment(ctx context.Context, kubeconfig string, namespace string, deploymentname, containername, debugimage string)
AddToDeployment adds a debug sidecar to a deployment and configures it
func ForwardPort ¶
ForwardPort forwards port 52323 from host to a pod
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.