kubernetes/staging/src/k8s.io/component-base/logs/datapol/datapol.go

// Verify returns a list of the datatypes contained in the argument that can be
// considered sensitive w.r.t. to logging
func Verify(value interface{}

func datatypes(v reflect.Value) []string {}