The API (CRD) of Volcano
Go to file
WuLei 7fa68a0135
Merge pull request #28 from Thor-wl/0418-release1.19
add minSuccess field and defaultQueue
2021-04-18 16:20:16 +08:00
.github/ISSUE_TEMPLATE Update issue templates 2021-03-17 15:40:35 +08:00
artifacts add crd example 2021-03-16 20:50:31 +08:00
hack update the code-generator 2021-03-31 10:28:32 +08:00
pkg add minSuccess field and defaultQueue 2021-04-18 16:18:08 +08:00
vendor add minSuccess field and defaultQueue 2021-04-18 16:18:08 +08:00
.gitignore add .ignore file 2021-03-15 17:58:20 +08:00
GOVERNANCE.md add policy files 2021-04-18 15:31:26 +08:00
LICENSE add policy files 2021-04-18 15:31:26 +08:00
OWNERS add policy files 2021-04-18 15:31:26 +08:00
README.md udapte README to date 2021-03-23 17:25:31 +08:00
SECURITY.md add policy files 2021-04-18 15:31:26 +08:00
code_of_conduct.md add policy files 2021-04-18 15:31:26 +08:00
community-membership.md add policy files 2021-04-18 15:31:26 +08:00
contribute.md add policy files 2021-04-18 15:31:26 +08:00
go.mod update the code-generator 2021-03-31 10:28:32 +08:00
go.sum update the code-generator 2021-03-31 10:28:32 +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.