Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntegrationTestHarness ¶
type IntegrationTestHarness struct { TempDir string T *testing.T // contains filtered or unexported fields }
func NewIntegrationTestHarness ¶
func NewIntegrationTestHarness(t *testing.T) *IntegrationTestHarness
func (*IntegrationTestHarness) Close ¶
func (h *IntegrationTestHarness) Close()
func (*IntegrationTestHarness) MockKopsVersion ¶
func (h *IntegrationTestHarness) MockKopsVersion(version string)
MockKopsVersion will set the kops version to the specified value, until Close is called
func (*IntegrationTestHarness) SetupMockAWS ¶
func (h *IntegrationTestHarness) SetupMockAWS() *awsup.MockAWSCloud
func (*IntegrationTestHarness) SetupMockGCE ¶
func (h *IntegrationTestHarness) SetupMockGCE()
SetupMockGCE configures a mock GCE cloud provider
Click to show internal directories.
Click to hide internal directories.