apis icon indicating copy to clipboard operation
apis copied to clipboard

seperate the api and client

Open william-wang opened this issue 3 years ago • 7 comments

Describe the solution you'd like move the client to another repo, and make the apis repo to be a pure api defination which does not depends k8s version. users can generate the client themselves or use our client repo directly.

william-wang avatar Dec 14 '21 05:12 william-wang

Let's bring this topic to our weekly meeting :)

k82cn avatar Mar 26 '22 09:03 k82cn

do you have any documents related to volcano APIs and also any way to apply volcano jobs directly using API

Saba1119 avatar Aug 08 '22 12:08 Saba1119

do you have any documents related to volcano APIs and also any way to apply volcano jobs directly using API

Not yet. So what's your requirement and scenario?

Thor-wl avatar Aug 09 '22 02:08 Thor-wl

@Thor-wl We need to fetch, add, edit volcano jobs programmatically using API

Saba1119 avatar Aug 11 '22 05:08 Saba1119

/cc @Yikun Do you have the api list?

Thor-wl avatar Aug 11 '22 08:08 Thor-wl

@Saba1119

  • If you are using golang, you might want to use https://github.com/volcano-sh/apis
  • If you are using java/scala, you might want to use https://github.com/fabric8io/kubernetes-client/tree/master/extensions/volcano/examples
  • If you are using others, you might want to requet the restfull api directly

Yikun avatar Aug 11 '22 11:08 Yikun

I want to contribute to the project can you I start ?

ektak67 avatar Feb 14 '23 04:02 ektak67