Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterJig ¶
type ClusterJig struct { Log *zap.SugaredLogger Name string DatacenterName string Version semver.Semver SeedClient ctrlruntimeclient.Client Cluster *kubermaticv1.Cluster }
ClusterJig helps setting up a user cluster for testing.
func (*ClusterJig) CreateMachineDeployment ¶
func (c *ClusterJig) CreateMachineDeployment(userClient ctrlruntimeclient.Client, osCredentials credentials) error
func (*ClusterJig) SetUp ¶
func (c *ClusterJig) SetUp(cloudSpec kubermaticv1.CloudSpec, osCredentials credentials) error
Click to show internal directories.
Click to hide internal directories.