Versions in this module Expand all Collapse all v0 v0.16.0 Dec 31, 2020 Changes in this version + func CreateCluster(t *testing.T, client *gophercloud.ServiceClient, clusterTemplateID string) (string, error) + func CreateClusterTemplate(t *testing.T, client *gophercloud.ServiceClient) (*clustertemplates.ClusterTemplate, error) + func CreateClusterTemplateCOE(t *testing.T, client *gophercloud.ServiceClient, coe string) (*clustertemplates.ClusterTemplate, error) + func CreateClusterTimeout(t *testing.T, client *gophercloud.ServiceClient, clusterTemplateID string, ...) (string, error) + func CreateKubernetesCluster(t *testing.T, client *gophercloud.ServiceClient, clusterTemplateID string) (string, error) + func CreateKubernetesClusterTemplate(t *testing.T, client *gophercloud.ServiceClient) (*clustertemplates.ClusterTemplate, error) + func CreateQuota(t *testing.T, client *gophercloud.ServiceClient) (*quotas.Quotas, error) + func DeleteCluster(t *testing.T, client *gophercloud.ServiceClient, id string) + func DeleteClusterTemplate(t *testing.T, client *gophercloud.ServiceClient, id string) + func WaitForCluster(client *gophercloud.ServiceClient, clusterID string, status string, ...) error