Davanum Srinivas

Results 964 comments of Davanum Srinivas

you will also see that some files in sigs.yaml are no longer present in k/k ``` --- ../community/k8s-01.txt 2021-12-23 16:58:38.000000000 -0500 -pkg/controller/cloud/OWNERS -pkg/master/OWNERS -pkg/registry/extensions/OWNERS -staging/src/k8s.io/api/core/v1/OWNERS -staging/src/k8s.io/csi-api/OWNERS -test/e2e/scalability/OWNERS ```

related https://github.com/kubernetes/community/issues/1913

NOTE to self : https://gist.github.com/spiffxp/629ab537c2e1d59072aa3154c91459c0

notes: looks like we have an easy way to the list of files in a repo ```curl -kvs https://api.github.com/repos/kubernetes/kubernetes/git/trees/master?recursive=1 > files.json```

@nikhita i've automated this, can you please take a look: - print files duplicated in multiple sigs/wgs etc.. - print files no longer present in k/k - print files NOT...