The API (CRD) of Volcano
Go to file
Volcano Bot 141674d13e
Merge pull request #171 from Monokaix/release-1.11
[Security] Add http server timeout
2025-04-23 14:37:26 +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 adapt volcano apis to k8s 1.31.3 2024-12-04 17:41:53 +08:00
pkg Add http server timeout 2025-04-22 20:53:34 +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 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 adapt volcano apis to k8s 1.31.3 2024-12-04 17:41:53 +08:00
go.sum adapt volcano apis to k8s 1.31.3 2024-12-04 17:41:53 +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/update-codegen.sh