The API (CRD) of Volcano
Go to file
Thor-wl a50bb6c81f
Revert "feature: add memory numa info"
2022-04-27 16:19:37 +08:00
.github remove useless ci workflows 2021-04-28 11:09:24 +08:00
artifacts add crd example 2021-03-16 20:50:31 +08:00
hack update the scripts to match k8s v1.23 2021-12-25 15:29:18 +08:00
pkg Revert "feature: add memory numa info" 2022-04-27 16:19:37 +08:00
vendor update the scripts to match k8s v1.23 2021-12-25 15:29:18 +08:00
.gitignore add .ignore file 2021-03-15 17:58:20 +08:00
GOVERNANCE.md update to 1-19 2021-04-12 18:04:09 +08:00
LICENSE update to 1-19 2021-04-12 18:04:09 +08:00
OWNERS add wpeng102 to reviewer and approver (#47) 2021-05-29 14:28:39 +08:00
README.md add dependsOn for task 2021-11-05 15:39:01 +08:00
SECURITY.md update to 1-19 2021-04-12 18:04:09 +08:00
code_of_conduct.md update to 1-19 2021-04-12 18:04:09 +08:00
community-membership.md update to 1-19 2021-04-12 18:04:09 +08:00
contribute.md update to 1-19 2021-04-12 18:04:09 +08:00
go.mod update the scripts to match k8s v1.23 2021-12-25 15:29:18 +08:00
go.sum update the scripts to match k8s v1.23 2021-12-25 15:29:18 +08:00

README.md

Introduction

volcano-sh/api aims to provide available CRD informers/listers/clientsets generated with different Kubernetes versions for users. All branches has been named as the Kubernetes version depended on with the format "release-{version}". You can get CRD informers/listers/clientset under volcano-sh/apis/pkg/client.

Getting Started

  1. Clone the repository to local.
git clone https://github.com/volcano-sh/apis.git
  1. Get the CRD informers/listers/clientset under volcano-sh/apis/pkg/client.

generate

bash ./hack/generate-groups.sh all volcano.sh/apis/pkg/client volcano.sh/apis/pkg/apis "batch:v1alpha1 bus:v1alpha1 nodeinfo:v1alpha1 scheduling:v1beta1" --go-header-file ./hack/boilerplate.go.txt