mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
gofmt
This commit is contained in:
parent
34099a9274
commit
ca809b1d33
@ -72,7 +72,7 @@ func NewControllerRevision(parent metav1.Object,
|
||||
}
|
||||
cr := &apps.ControllerRevision{
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
Labels: labelMap,
|
||||
Labels: labelMap,
|
||||
OwnerReferences: []metav1.OwnerReference{*metav1.NewControllerRef(parent, parentKind)},
|
||||
},
|
||||
Data: data,
|
||||
|
Loading…
Reference in New Issue
Block a user