Documentation
¶
Index ¶
- type ClusterJig
- func (c *ClusterJig) CleanUp() error
- func (c *ClusterJig) CreateMachineDeployment(userClient ctrlruntimeclient.Client, osCredentials credentials) error
- func (c *ClusterJig) SetUp(cloudSpec kubermaticv1.CloudSpec, osCredentials credentials) error
- func (ccj *ClusterJig) WaitForNodeToBeReady(userClient ctrlruntimeclient.Client) (bool, error)
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
func (*ClusterJig) WaitForNodeToBeReady ¶ added in v2.20.7
func (ccj *ClusterJig) WaitForNodeToBeReady(userClient ctrlruntimeclient.Client) (bool, error)
Click to show internal directories.
Click to hide internal directories.