The API (CRD) of Volcano
Go to file
Volcano Bot e7ffddaaa3
Merge pull request #122 from Monokaix/1.8.2
[cherry-pick for release-1.8] update to v1.8.2
2024-01-09 16:09:42 +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 enable openapi-gen; 2023-07-19 14:12:43 +08:00
pkg enhance the security of TLS client authentication for healthz 2024-01-09 16:01:56 +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-19 14:12:43 +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 api klog to v2.80.1; 2023-02-14 16:29:26 +08:00
go.sum update api klog to v2.80.1; 2023-02-14 16:29:26 +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