File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ import (
27
27
sigyaml "sigs.k8s.io/yaml"
28
28
)
29
29
30
- // FuzzDuration is a fuzz target for strict-unmarshaling Duration defined in
31
- // "k8s.io/apimachinery/pkg/apis/meta/v1". This target also checks that the
30
+ // FuzzDurationStrict is a fuzz target for strict-unmarshaling Duration defined
31
+ // in "k8s.io/apimachinery/pkg/apis/meta/v1". This target also checks that the
32
32
// unmarshaled result can be marshaled back to the input.
33
33
func FuzzDurationStrict (b []byte ) int {
34
34
var durationHolder struct {
@@ -47,9 +47,9 @@ func FuzzDurationStrict(b []byte) int {
47
47
return 1
48
48
}
49
49
50
- // FuzzMicroTime is a fuzz target for strict-unmarshaling MicroTime defined in
51
- // "k8s.io/apimachinery/pkg/apis/meta/v1". This target also checks that the
52
- // unmarshaled result can be marshaled back to the input.
50
+ // FuzzMicroTimeStrict is a fuzz target for strict-unmarshaling MicroTime
51
+ // defined in "k8s.io/apimachinery/pkg/apis/meta/v1". This target also checks
52
+ // that the unmarshaled result can be marshaled back to the input.
53
53
func FuzzMicroTimeStrict (b []byte ) int {
54
54
var microTimeHolder struct {
55
55
T metav1.MicroTime `json:"t"`
You can’t perform that action at this time.
0 commit comments