Documentation
¶
Index ¶
- func IsDirEmpty(name string) (bool, error)
- func NewTestData(nsxConfig string) error
- func RunCommandOnNode(nodeName string, cmd string) (code int, stdout string, stderr string, err error)
- type ClusterInfo
- type ClusterNode
- type NSXClient
- type PodCondition
- type PodIPs
- type Status
- type TestData
- type TestOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsDirEmpty ¶
IsDirEmpty checks whether a directory is empty or not.
func NewTestData ¶
Types ¶
type ClusterInfo ¶
type ClusterInfo struct {
// contains filtered or unexported fields
}
type ClusterNode ¶
type ClusterNode struct {
// contains filtered or unexported fields
}
type NSXClient ¶
func NewNSXClient ¶
type TestData ¶
type TestData struct {
// contains filtered or unexported fields
}
TestData stores the state required for each test case.
type TestOptions ¶
type TestOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.