gen devops crd yaml

Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
runzexia
2020-03-19 15:14:01 +08:00
parent 7ffee72b1f
commit e86c27bc2c
7 changed files with 127 additions and 11 deletions

View File

@@ -27,13 +27,11 @@ import (
func TestStorageDevOpsProject(t *testing.T) {
key := types.NamespacedName{
Name: "foo",
Namespace: "default",
Name: "foo",
}
created := &DevOpsProject{
ObjectMeta: metav1.ObjectMeta{
Name: "foo",
Namespace: "default",
Name: "foo",
}}
g := gomega.NewGomegaWithT(t)