Package yaml implements fuzzers for yaml deserialization routines in
Kubernetes. These targets are compatible with the github.com/dvyukov/go-fuzz
fuzzing framework.
FuzzDurationStrict is a fuzz target for strict-unmarshaling Duration defined
in "k8s.io/apimachinery/pkg/apis/meta/v1". This target also checks that the
unmarshaled result can be marshaled back to the input.
FuzzMicroTimeStrict is a fuzz target for strict-unmarshaling MicroTime
defined in "k8s.io/apimachinery/pkg/apis/meta/v1". This target also checks
that the unmarshaled result can be marshaled back to the input.
FuzzTimeStrict is a fuzz target for strict-unmarshaling Time defined in
"k8s.io/apimachinery/pkg/apis/meta/v1". This target also checks that the
unmarshaled result can be marshaled back to the input.