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
- Host: GitHub
- URL: https://github.com/volcano-sh/apis
- Owner: volcano-sh
- License: apache-2.0
- Created: 2021-03-01T01:30:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T01:35:23.000Z (8 months ago)
- Last Synced: 2025-03-04T20:01:53.156Z (7 months ago)
- Topics: apis, crd, kubernetes, volcano
- Language: Go
- Homepage:
- Size: 9.77 MB
- Stars: 37
- Watchers: 10
- Forks: 68
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
- Security: SECURITY.md
- Governance: GOVERNANCE.md
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
```