mirror of https://github.com/volcano-sh/apis.git
				
				
				
			| [Cherry-pick] Add allocated in queue status #95 | ||
|---|---|---|
| .github | ||
| artifacts | ||
| hack | ||
| pkg | ||
| vendor | ||
| .gitignore | ||
| GOVERNANCE.md | ||
| LICENSE | ||
| OWNERS | ||
| README.md | ||
| SECURITY.md | ||
| code_of_conduct.md | ||
| community-membership.md | ||
| contribute.md | ||
| go.mod | ||
| go.sum | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	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
- Clone the repository to local.
git clone https://github.com/volcano-sh/apis.git
- Get the CRD informers/listers/clientset under volcano-sh/apis/pkg/client.
generate
bash ./hack/generate-groups.sh all volcano.sh/apis/pkg/client volcano.sh/apis/pkg/apis "batch:v1alpha1 bus:v1alpha1 nodeinfo:v1alpha1 scheduling:v1beta1" --go-header-file ./hack/boilerplate.go.txt
bash ./hack/generate-groups.sh conversion volcano.sh/apis/pkg/client volcano.sh/apis/pkg/apis "scheduling:v1beta1" --go-header-file ./hack/boilerplate.go.txt