kubernetes / kubernetes

Production-Grade Container Scheduling and Management
https://kubernetes.io
Apache License 2.0
110.67k stars 39.56k forks source link

client-go README.md is not mirrored from staging directory #128341

Open Jefftree opened 2 hours ago

Jefftree commented 2 hours ago

The client-go README.md file does not exist in the staging directory: https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/client-go and we have PRs going directly to the repo to update it: https://github.com/kubernetes/client-go/blob/master/README.md.

Is this a bug? Should the file exist in the staging repo instead? Other staging repos follow the convention like https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/sample-apiserver/README.md and https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/README.md

/sig api-machinery

k8s-ci-robot commented 2 hours ago

This issue is currently awaiting triage.

If a SIG or subproject determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.