package
0.0.0-20171213211958-47edf51e9cdb
Repository: https://github.com/coreos/ktestutil.git
Documentation: pkg.go.dev

# Functions

ExternalIP returns external IP for a node.
IsMaster returns true if the node's labels contains "node-role.kubernetes.io/master".
IsWorker returns true if the node's labels contains "node-role.kubernetes.io/node".
MustNewSSHClient returns *SSHClient.
NewScpClient returns scp client with given host and ssh client.
Retry retries f until f return nil error.

# Constants

NodeRoleMasterLabel defines the master node's label.
NodeRoleWorkerLabel defines the worker node's label.

# Structs

SSHClient holds config for ssh.
No description provided by the author