Wang-Kai / apis

The API (CRD) of Volcano

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

generate

bash ./hack/update-codegen.sh

About

The API (CRD) of Volcano

License:Apache License 2.0


Languages

Language:Go 71.4%Language:Shell 28.6%