The API (CRD) of Volcano
Go to file
Volcano Bot 99aea4d576
Merge pull request #96 from jiangkaihua/release-1.7
[Cherry-pick] Add allocated in queue status #95
2022-12-19 13:42:35 +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 Volcano adapts to the k8s v1.25 2022-10-15 16:02:54 +08:00
pkg Generate code for new field Allocated. 2022-12-14 16:47:11 +08:00
vendor Volcano adapts to the k8s v1.25 2022-10-15 16:02:54 +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 update conversion gen 2022-09-28 16:01:52 +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 Volcano adapts to the k8s v1.25 2022-10-15 16:02:54 +08:00
go.sum Volcano adapts to the k8s v1.25 2022-10-15 16:02:54 +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
bash ./hack/generate-groups.sh conversion volcano.sh/apis/pkg/client volcano.sh/apis/pkg/apis "scheduling:v1beta1" --go-header-file ./hack/boilerplate.go.txt