An open API service indexing awesome lists of open source software.

https://github.com/volcano-sh/apis

The API (CRD) of Volcano
https://github.com/volcano-sh/apis

apis crd kubernetes volcano

Last synced: 7 months ago
JSON representation

The API (CRD) of Volcano

Awesome Lists containing this project

README

          

## 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.
```shell
git clone https://github.com/volcano-sh/apis.git
```
2. Get the CRD informers/listers/clientset under volcano-sh/apis/pkg/client.

## generate

```shell
bash ./hack/update-codegen.sh
```