Skip to content

gurpreet-singh135/client-go-kube-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Run

To run

go run server.go --kubeconfig=<kubeconfig_path> --port=<port> --max-concurrency=<concurrency>

Web APIs

curl --location 'http://localhost:<port>/jobs/running'

curl --location 'http://localhost:<port>/jobs' \ --form 'jobFile=@"<file-path>/job.yaml"' \ --form 'priority="1"'

curl --location 'http://localhost:<port>/jobs/pending'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages