Documentation ¶
Index ¶
Constants ¶
View Source
const (
LabelNodeRoleMaster = "node-role.kubernetes.io/master"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
Cluster is a simple abstraction to make writing tests easier.
func GetCluster ¶
GetCluster can be called in every test to return a *Cluster object.
type Node ¶
func (*Node) ExternalIP ¶
func (*Node) GetIPByType ¶ added in v0.6.1
func (n *Node) GetIPByType(addrType v1.NodeAddressType) string
func (*Node) InternalIP ¶ added in v0.6.1
type SSHClient ¶
type SSHClient struct {
*ssh.ClientConfig
}
func (*SSHClient) Manhole ¶ added in v0.5.0
Manhole connects os.Stdin, os.Stdout, and os.Stderr to an interactive shell session on the Machine m. Manhole blocks until the shell session has ended. If os.Stdin does not refer to a TTY, Manhole returns immediately with a nil error. Copied from github.com/coreos/mantle/platform/util.go
Click to show internal directories.
Click to hide internal directories.