The API (CRD) of Volcano
Go to file
Volcano Bot ab00dac7d4
Merge pull request #181 from mahdikhashan/upgrade-k8-1-33
[feature] Upgrade k8-1-33
2025-06-24 16:08:13 +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 k8s dependencies version to 1.33 2025-06-24 08:38:13 +02:00
pkg Update k8s dependencies version to 1.33 2025-06-24 08:38:13 +02: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 enable openapi-gen; 2023-07-17 20:00:31 +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 k8s dependencies version to 1.33 2025-06-24 08:38:13 +02:00
go.sum Update k8s dependencies version to 1.33 2025-06-24 08:38:13 +02: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/update-codegen.sh