Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RestClient ¶
type RestClient interface {
// Exec exec command in pod
Exec(ctx context.Context, namespace, pod, container string, cmd []string) (stdout string, stderr string, err error)
}
func GetRestClient ¶
func GetRestClient() RestClient
Click to show internal directories.
Click to hide internal directories.