pedro823 / k8s-spark-scheduler-lib

Kubernetes CRDs and API definitions used by the k8s-spark-scheduler and other related services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes Spark Scheduler Lib

CircleCI

k8s-spark-scheduler-lib contains the custom resource definitions and binpacking algorithms used by k8s-spark-scheduler. This repo uses godel as its build tool.

Development

Use ./godelw verify to run tests and style checks Use ./hack/update-codegen.sh to regenerate CRD clients, listers and informers.

Contributing

The team welcomes contributions! To make changes:

  • Fork the repo and make a branch
  • Write your code (ideally with tests) and make sure the CircleCI build passes
  • Open a PR (optionally linking to a github issue)

License

This project is made available under the Apache 2.0 License.

About

Kubernetes CRDs and API definitions used by the k8s-spark-scheduler and other related services

License:Apache License 2.0


Languages

Language:Go 93.5%Language:Shell 6.5%