Versions in this module Expand all Collapse all v1 v1.11.0 Dec 24, 2018 Changes in this version + func ValidateTasks(t *testing.T, basedir string, context *fi.ModelBuilderContext) + type Model struct + Cluster *kops.Cluster + InstanceGroups []*kops.InstanceGroup + func LoadModel(basedir string) (*Model, error) v1.10.0 Aug 16, 2018 Changes in this version + type IntegrationTestHarness struct + T *testing.T + TempDir string + func NewIntegrationTestHarness(t *testing.T) *IntegrationTestHarness + func (h *IntegrationTestHarness) Close() + func (h *IntegrationTestHarness) MockKopsVersion(version string) + func (h *IntegrationTestHarness) SetupMockAWS() *awsup.MockAWSCloud + func (h *IntegrationTestHarness) SetupMockGCE()