• T
    Replace %s format directives with %v for errors. · 055c8002
    Thomas Stromberg 提交于
    Previously we were mixed between the two forms. This commit picks %v,
    which is consistent with the Kubernetes code base. They both effectively
    do the same thing in this case, though %v works with any object, and %s
    only with string objects.
    055c8002
addons_test.go 4.2 KB