Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TestAPITimeout = time.Second * 2 TestRetryInterval = time.Millisecond * 10 TestInitialSetupTimeout = time.Minute )
Functions ¶
Types ¶
type TestCluster ¶
type TestCluster struct {
Name string
}
func (*TestCluster) EnsureDeleted ¶
func (t *TestCluster) EnsureDeleted()
func (*TestCluster) EnsureExists ¶
func (t *TestCluster) EnsureExists() *rest.Config
func (*TestCluster) TempDirPath ¶
func (t *TestCluster) TempDirPath() string
Click to show internal directories.
Click to hide internal directories.