volcano.sh/apis@v1.8.2/README.md (about)

     1  ## Introduction
     2  volcano-sh/api aims to provide available CRD informers/listers/clientsets generated with different Kubernetes versions for
     3  users. All branches has been named as the Kubernetes version depended on with the format "release-{version}". You can get
     4  CRD informers/listers/clientset under volcano-sh/apis/pkg/client.
     5  ## Getting Started
     6  1. Clone the repository to local.
     7  ```shell
     8  git clone https://github.com/volcano-sh/apis.git
     9  ```
    10  2. Get the CRD informers/listers/clientset under volcano-sh/apis/pkg/client.
    11  
    12  ## generate
    13  
    14  ```shell
    15  bash ./hack/update-codegen.sh
    16  ```