Commit 3b208758 authored by Cao Shufeng's avatar Cao Shufeng

Fix golint verify error

parent 29f37fde
...@@ -99,7 +99,7 @@ func newRS(namespace string) *v1beta1.ReplicaSet { ...@@ -99,7 +99,7 @@ func newRS(namespace string) *v1beta1.ReplicaSet {
} }
} }
var cascDel string = ` var cascDel = `
{ {
"kind": "DeleteOptions", "kind": "DeleteOptions",
"apiVersion": "` + api.Registry.GroupOrDie(api.GroupName).GroupVersion.String() + `", "apiVersion": "` + api.Registry.GroupOrDie(api.GroupName).GroupVersion.String() + `",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment