• Solly Ross's avatar
    Fuzz label selectors · ef583aee
    Solly Ross authored
    Previously, we did not have custom code for fuzzing label selectors.
    Anything that used a label selector (like Scale) had to manually bypass
    fuzzing the selector, or write its own fuzzer.  This introduces a fuzzer
    for label selectors which generates random correct selectors with random
    keys and values.
    ef583aee
serialization_test.go 17.6 KB