Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InstanceIds []string SecurityGroups []string Roles []string InstanceProfile string Subnets map[string]bool )
this will be useful when we are cleaning up things at the end
Functions ¶
Types ¶
type ConnectivityTestResult ¶
type ConnectivityTestResult struct {
IPAddresses []string
}
ConnectivityTestResult represents the results of DNS and network connectivity tests
func TestServiceConnectivity ¶
func TestServiceConnectivity(ctx context.Context, hostname string, timeout time.Duration) (*ConnectivityTestResult, error)
TestServiceConnectivity tests both DNS resolution and TCP connectivity given a hostname
Click to show internal directories.
Click to hide internal directories.