type setClusterTest … func TestCreateCluster(t *testing.T) { … } func TestCreateClusterWithProxy(t *testing.T) { … } func TestModifyCluster(t *testing.T) { … } // TestModifyClusterWithProxy tests setting proxy-url in kubeconfig func TestModifyClusterWithProxy(t *testing.T) { … } // TestModifyClusterWithProxyOverride tests updating proxy-url // in kubeconfig which already exists func TestModifyClusterWithProxyOverride(t *testing.T) { … } func TestModifyClusterServerAndTLS(t *testing.T) { … } func (test setClusterTest) run(t *testing.T) { … }