All Projects → volcano-sh → apis

volcano-sh / apis

Licence: Apache-2.0 license
The API (CRD) of Volcano

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to apis

browser-apis
🦄 Cool & Fun Browser Web APIs 🥳
Stars: ✭ 21 (+31.25%)
Mutual labels:  apis
gcp-serviceaccount-controller
This is a controller to automatically create gcp service accounts an save them into kubernetes secrets
Stars: ✭ 14 (-12.5%)
Mutual labels:  crd
Open-APIs
Collection of Unlimited APIs
Stars: ✭ 55 (+243.75%)
Mutual labels:  apis
kanarini
Canary Deployment Controller for Kubernetes
Stars: ✭ 32 (+100%)
Mutual labels:  crd
apispots-extension
Chrome extensions for discovering and interacting with Open APIs
Stars: ✭ 41 (+156.25%)
Mutual labels:  apis
awesome.gl
棒棒哒攻略:Developer's Technical Documents, API References, Code Examples, Quick Starts, Programming minutebooks, and Tutorials. https://awesome.gl
Stars: ✭ 12 (-25%)
Mutual labels:  apis
MyAPI
A template to create awesome APIs easily ⚡️
Stars: ✭ 117 (+631.25%)
Mutual labels:  apis
option chain analysis
NSE Nifty Option chain analysis on the web page.
Stars: ✭ 63 (+293.75%)
Mutual labels:  apis
acme-freight
Acme Freight's Logistics Wizard application is composed of several microservices, including three Cloud Foundry applications, LoopBack, API Connect, and multiple Cloud Function actions.
Stars: ✭ 43 (+168.75%)
Mutual labels:  apis
Bundli-Frontend
Bundli-Frontend 🚩 is a repo which contains 🚀different code of full stack Development 👨‍💻🚀
Stars: ✭ 133 (+731.25%)
Mutual labels:  apis
toolbox
A collection of tools, APIs and other resources to use in creative coding web projects.
Stars: ✭ 71 (+343.75%)
Mutual labels:  apis
aioapi
Yet another way to build APIs using AIOHTTP framework
Stars: ✭ 14 (-12.5%)
Mutual labels:  apis
helm-controller
A simple way to manage helm charts with a Custom Resource Definitions in k8s.
Stars: ✭ 49 (+206.25%)
Mutual labels:  crd
api-principles
The applicable SBB API Principles
Stars: ✭ 31 (+93.75%)
Mutual labels:  apis
Apihouse
Get the collective list of free APIs for your next side project
Stars: ✭ 125 (+681.25%)
Mutual labels:  apis
altinn-studio
Next generation open source Altinn platform and applications.
Stars: ✭ 91 (+468.75%)
Mutual labels:  apis
wiremock
A tool for mocking HTTP services
Stars: ✭ 5,239 (+32643.75%)
Mutual labels:  apis
node-freshdesk-api
Node wrapper for Freshdesk v2 API
Stars: ✭ 24 (+50%)
Mutual labels:  apis
kube-code-generator
Kubernetes code generator docker image
Stars: ✭ 60 (+275%)
Mutual labels:  crd
codetabs
Free Online Services. Github/GitLab star history. Count Lines of Code. CORS proxy server. IP GeoLocation. Convert Video to Gif. HTTP Headers. Api weather temp. Alexa ranking.
Stars: ✭ 114 (+612.5%)
Mutual labels:  apis

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/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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].