// TestConfigMap tests apiserver-side behavior of creation of ConfigMaps and pods that consume them. func TestConfigMap(t *testing.T) { … } func DoTestConfigMap(t *testing.T, client clientset.Interface, ns *v1.Namespace) { … } func deleteConfigMapOrErrorf(t *testing.T, c clientset.Interface, ns, name string) { … }