# apis **Repository Path**: mirrors_volcano-sh/apis ## Basic Information - **Project Name**: apis - **Description**: The API (CRD) of Volcano - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-02 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```