mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #69185 from logicalhan/fix-current-lint-issue
Fix a golint error on head (type doesn't need to declared as it will be inferred)
This commit is contained in:
commit
04f13b63e4
@ -37,7 +37,7 @@ func parseTimeOrDie(ts string) metav1.Time {
|
||||
return metav1.Time{Time: t}
|
||||
}
|
||||
|
||||
var benchmarkPod api.Pod = api.Pod{
|
||||
var benchmarkPod = api.Pod{
|
||||
TypeMeta: metav1.TypeMeta{
|
||||
Kind: "Pod",
|
||||
APIVersion: "v1",
|
||||
|
Loading…
Reference in New Issue
Block a user