kubernetes / utils

Non-Kubernetes-specific utility libraries which are consumed by multiple projects.
Apache License 2.0
318 stars 190 forks source link

pkgs to be moved to utils repo #9

Open mengqiy opened 7 years ago

mengqiy commented 7 years ago

These need to move out of k8s in order to cut kubectl out:

These should probably live in this repo, but are not required to move:

Ref: https://github.com/kubernetes/kubernetes/issues/48209#issuecomment-314537745

Feel free to edit the list above if you have more.

nilebox commented 6 years ago

We are also using k8s.io/kubernetes/pkg/util/configz in Service Catalog

fejta-bot commented 6 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

Prevent issues from auto-closing with an /lifecycle frozen comment.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or @fejta. /lifecycle stale

mengqiy commented 6 years ago

/remove-lifecycle stale /lifecycle frozen

pigletfly commented 3 years ago

I find a bunch of pkgs that could be moved to this repo.

@apelisse @thockin WDYT

apelisse commented 3 years ago

These look reasonable to me. They're all part of fairly generic package names anyway (pkg/util), so it looks like they are fairly generic. One thing that is important is: are these used in multiple places? are they generally useful or are there some opinions hidden behind these names?

ash2k commented 3 years ago

[ ] k8s.io/apimachinery/pkg/util/clock (see https://github.com/kubernetes/kubernetes/issues/94738)