mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #59182 from fancyuan/patch-1
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. fix a typo in pkg/apis/core/fuzzer/fuzzer.go **What this PR does / why we need it**: fix a typo in pkg/apis/core/fuzzer/fuzzer.go **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Release note**: `NONE`
This commit is contained in:
commit
753a60f300
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user