kubernetes-sigs / kube-scheduler-simulator

The simulator for the Kubernetes scheduler
Apache License 2.0
802 stars 139 forks source link

Implement functions to fetch results from pod annotations #109

Open sanposhiho opened 2 years ago

sanposhiho commented 2 years ago

To use this simulator as a library, we needed to fetch scheduling results from pod annotations. In annotation, the results are stored as json, so the functions should unmarshal the json in the pod annotation and return the result as some useful type.

/kind feature

markstur commented 2 years ago

/assign @markstur

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

markstur commented 2 years ago

/remove-lifecycle stale

sanposhiho commented 2 years ago

/area simulator /priority important-longterm

sanposhiho commented 2 years ago

/triage accepted

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

markstur commented 1 year ago

/remove-lifecycle stale

YamasouA commented 2 months ago

/assign