Skip to content

cloudfoundry-community/ocf-scheduler-cf-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCF Scheduler CF CLI Plugin

What is OCFScheduler

ocf-scheduler-cf-plugin enables you to interact with the OCF Scheduler API for scheduling calls and jobs.

How to install

Clone the repo, build the binary, and install the plugin:

git clone https://github.com/cloudfoundry-community/ocf-scheduler-cf-plugin
cd ocf-sceduler-cf-plugin
make
make install

References

CF Plugin API documentation

History

  • v0.0.3 - Now with Job disk/memory quotas
  • v0.0.2 - Now with a version (but not aversion)
  • v0.0.1 - Initial release