Unverified Commit ca809b1d authored by Adrián's avatar Adrián Committed by GitHub

gofmt

parent 34099a92
...@@ -72,7 +72,7 @@ func NewControllerRevision(parent metav1.Object, ...@@ -72,7 +72,7 @@ func NewControllerRevision(parent metav1.Object,
} }
cr := &apps.ControllerRevision{ cr := &apps.ControllerRevision{
ObjectMeta: metav1.ObjectMeta{ ObjectMeta: metav1.ObjectMeta{
Labels: labelMap, Labels: labelMap,
OwnerReferences: []metav1.OwnerReference{*metav1.NewControllerRef(parent, parentKind)}, OwnerReferences: []metav1.OwnerReference{*metav1.NewControllerRef(parent, parentKind)},
}, },
Data: data, Data: data,
......
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