fix a typo in pkg/apis/core/fuzzer/fuzzer.go

This commit is contained in:
fancyuan
2018-02-01 16:01:55 +08:00
committed by GitHub
parent f2086ad283
commit 9e10f35841

View File

@@ -34,7 +34,7 @@ import (
"k8s.io/kubernetes/pkg/apis/core"
)
// Funcs returns the fuzzer functions for the core core group.
// Funcs returns the fuzzer functions for the core group.
var Funcs = func(codecs runtimeserializer.CodecFactory) []interface{} {
return []interface{}{
func(q *resource.Quantity, c fuzz.Continue) {